Top | ![]() |
![]() |
![]() |
![]() |
char * | attribute | Read / Write |
guint | attribute-q | Read |
char * | description | Read / Write |
PangoEllipsizeMode | ellipsize | Read / Write |
char * | label | Read / Write |
char * | name | Read / Write / Construct Only |
int | width-chars | Read / Write |
float | xalign | Read / Write |
A column is linked to a particular file attribute to display in the view. Many of these are built in to Nemo, but they can also be provided by a NemoColumnProvider/NemoInfoProvider extension.
NemoColumn * nemo_column_new (const char *name
,const char *attribute
,const char *label
,const char *description
);
Creates a new column
“attribute”
property “attribute” char *
The attribute name to display.
Owner: NemoColumn
Flags: Read / Write
Default value: NULL
“attribute-q”
property“attribute-q” guint
The attribute name to display, in quark form.
Owner: NemoColumn
Flags: Read
Default value: 0
“description”
property “description” char *
A user-visible description of the column.
Owner: NemoColumn
Flags: Read / Write
Default value: NULL
“ellipsize”
property “ellipsize” PangoEllipsizeMode
Pango ellipsize mode when text won't fit.
Owner: NemoColumn
Flags: Read / Write
Default value: PANGO_ELLIPSIZE_NONE
“label”
property “label” char *
Label to display in the column.
Owner: NemoColumn
Flags: Read / Write
Default value: NULL
“name”
property “name” char *
Name of the column.
Owner: NemoColumn
Flags: Read / Write / Construct Only
Default value: NULL
“width-chars”
property “width-chars” int
Default column width.
Owner: NemoColumn
Flags: Read / Write
Allowed values: >= -1
Default value: -1