Class
NautilusColumn
Description [src]
final class Nautilus.Column : GObject.Object {
/* No available fields */
}
List view column descriptor object.
NautilusColumn
is an object that describes a column in the file manager
list view. Extensions can provide NautilusColumn
by registering a
NautilusColumnProvider
and returning them from
nautilus_column_provider_get_columns()
, which will be called by the main
application when creating a view.
Constructors
nautilus_column_new
Creates a new NautilusColumn
object.
Properties
Nautilus.Column:attribute
The file attribute to be displayed in the column.
Nautilus.Column:attribute-q
Nautilus.Column: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:description
The user-visible description of the column.
Nautilus.Column:label
The label to display in the column.
Nautilus.Column:name
The identifier for the column.
Nautilus.Column:visible
Whether to show the NautilusColumn in a ColumnChooser. This is not meant to be used by extensions. The value may be changed over the life of the NautilusColumn.
Nautilus.Column:xalign
The x-alignment of the column.