Top | ![]() |
![]() |
![]() |
![]() |
char * | attribute | Read / Write |
guint | attribute-q | Read |
GtkSortType | default-sort-order | Read / Write |
char * | description | Read / Write |
char * | label | Read / Write |
char * | name | Read / Write / Construct Only |
float | xalign | Read / Write |
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.
NautilusColumn * nautilus_column_new (const char *name
,const char *attribute
,const char *label
,const char *description
);
“attribute”
property “attribute” char *
The attribute name to display.
Owner: NautilusColumn
Flags: Read / Write
Default value: NULL
“attribute-q”
property“attribute-q” guint
The attribute name to display, in quark form.
Owner: NautilusColumn
Flags: Read
Default value: 0
“default-sort-order”
property“default-sort-order” GtkSortType
Default sort order.
Owner: NautilusColumn
Flags: Read / Write
Default value: GTK_SORT_ASCENDING
“description”
property “description” char *
A user-visible description of the column.
Owner: NautilusColumn
Flags: Read / Write
Default value: NULL
“label”
property “label” char *
Label to display in the column.
Owner: NautilusColumn
Flags: Read / Write
Default value: NULL
“name”
property “name” char *
Name of the column.
Owner: NautilusColumn
Flags: Read / Write / Construct Only
Default value: NULL