Top | ![]() |
![]() |
![]() |
![]() |
gchar * | attribute | Read / Write |
guint | attribute-q | Read |
gchar * | description | Read / Write |
PangoEllipsizeMode | ellipsize | Read / Write |
gchar * | label | Read / Write |
gchar * | name | Read / Write / Construct Only |
gint | width-chars | Read / Write |
gfloat | 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” gchar *
The attribute name to display.
Flags: Read / Write
Default value: NULL
“attribute-q”
property“attribute-q” guint
The attribute name to display, in quark form.
Flags: Read
Default value: 0
“description”
property“description” gchar *
A user-visible description of the column.
Flags: Read / Write
Default value: NULL
“ellipsize”
property “ellipsize” PangoEllipsizeMode
Pango ellipsize mode when text won't fit.
Flags: Read / Write
Default value: PANGO_ELLIPSIZE_NONE
“label”
property“label” gchar *
Label to display in the column.
Flags: Read / Write
Default value: NULL
“name”
property“name” gchar *
Name of the column.
Flags: Read / Write / Construct Only
Default value: NULL
“width-chars”
property“width-chars” gint
Default column width.
Flags: Read / Write
Allowed values: >= -1
Default value: -1
“xalign”
property“xalign” gfloat
The x-alignment of the column.
Flags: Read / Write
Allowed values: [0,1]
Default value: 0