Nemo.Column¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The attribute name to display |
||
r |
The attribute name to display, in quark form |
||
r/w |
A user-visible description of the column |
||
r/w |
Pango ellipsize mode when text won’t fit |
||
r/w |
Label to display in the column |
||
r/w/co |
Name of the column |
||
r/w |
Default column width |
||
r/w |
The x-alignment of the column |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Nemo.Column(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(name, attribute, label, description)¶
- Parameters:
- Returns:
a newly created
Nemo.Column
- Return type:
Creates a new column
- classmethod new2(name, attribute, label, description, width_chars, ellipsize)¶
- Parameters:
name (
str
) – identifier of the columnattribute (
str
) – the file attribute to be displayed in the columnlabel (
str
) – the user-visible label for the columndescription (
str
) – a user-visible description of the columnwidth_chars (
int
) – the default width of the column (-1 for auto-calc)ellipsize (
Pango.EllipsizeMode
) –Pango.EllipsizeMode
to set when truncating column
- Returns:
a newly created
Nemo.Column
- Return type:
Creates a new column
Property Details¶
- Nemo.Column.props.attribute¶
-
The attribute name to display
- Nemo.Column.props.attribute_q¶
-
The attribute name to display, in quark form
- Nemo.Column.props.description¶
-
A user-visible description of the column
- Nemo.Column.props.ellipsize¶
- Name:
ellipsize
- Type:
- Default Value:
- Flags:
Pango ellipsize mode when text won’t fit
- Nemo.Column.props.label¶
-
Label to display in the column
- Nemo.Column.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
Name of the column
- Nemo.Column.props.width_chars¶
-
Default column width