Nautilus.Column¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The attribute name to display |
||
r |
The attribute name to display, in quark form |
||
r/w |
Default sort order |
||
r/w |
A user-visible description of the column |
||
r/w |
Label to display in the column |
||
r/w/co |
Name of the column |
||
r/w |
|||
r/w |
The x-alignment of the column |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Nautilus.Column(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
List view column descriptor object.
NautilusColumn
is an object that describes a column in the file manager list view. Extensions can provideNautilusColumn
by registering a [iface`ColumnProvider`] and returning them from [method`ColumnProvider`.get_columns], which will be called by the main application when creating a view.- classmethod new(name, attribute, label, description)¶
- Parameters:
- Returns:
a new
Nautilus.Column
- Return type:
Creates a new [class`Column`] object.
Property Details¶
- Nautilus.Column.props.attribute¶
-
The file attribute to be displayed in the column.
- Nautilus.Column.props.attribute_q¶
-
The attribute name to display, in quark form
- Nautilus.Column.props.default_sort_order¶
-
Actually meant to store the enum values of GtkSortType, but we don’t want extensions to depend on GTK. Also, this is for internal consumption only.
- Nautilus.Column.props.description¶
-
The user-visible description of the column.
- Nautilus.Column.props.label¶
-
The label to display in the column.
- Nautilus.Column.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
The identifier for the column.
- Nautilus.Column.props.visible¶
-
Whether to show the
Nautilus.Column
in a ColumnChooser. This is not meant to be used by extensions. The value may be changed over the life of theNautilus.Column
.