| Nautilus Extension Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
NautilusColumnDetails; struct NautilusColumn; NautilusColumn * nautilus_column_new (const char *name,const char *attribute,const char *label,const char *description);
Properties
"attribute" gchar* : Read / Write "attribute-q" guint : Read "description" gchar* : Read / Write "label" gchar* : Read / Write "name" gchar* : Read / Write / Construct Only "xalign" gfloat : Read / Write
Details
nautilus_column_new ()
NautilusColumn * nautilus_column_new (const char *name,const char *attribute,const char *label,const char *description);
Creates a new column
|
identifier of the column |
|
the file attribute to be displayed in the column |
|
the user-visible label for the column |
|
a user-visible description of the column |
Returns : |
a newly created NautilusColumn |
Property Details
The "attribute" property
"attribute" gchar* : Read / Write
The attribute name to display.
Default value: NULL
The "attribute-q" property
"attribute-q" guint : Read
The attribute name to display, in quark form.
Default value: 0
The "description" property
"description" gchar* : Read / Write
A user-visible description of the column.
Default value: NULL
The "label" property
"label" gchar* : Read / Write
Label to display in the column.
Default value: NULL
The "name" property
"name" gchar* : Read / Write / Construct Only
Name of the column.
Default value: NULL
