Nautilus.PropertiesModel¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
|||
r/w |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Nautilus.PropertiesModel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(title, model)¶
- Parameters:
title (
str
) – the user-visible name for the set of properties in this modelmodel (
Gio.ListModel
) – aGio.ListModel
containing #NautilusPropertyItem objects.
- Returns:
a new
Nautilus.PropertiesModel
- Return type:
- get_model()¶
- Returns:
a
Gio.ListModel
containingNautilus.PropertiesItem
.- Return type:
- get_title()¶
- Returns:
the title of this
Nautilus.PropertiesModel
- Return type:
- set_title(title)¶
- Parameters:
title (
str
) – the new title of thisNautilus.PropertiesModel
Property Details¶
- Nautilus.PropertiesModel.props.model¶
- Name:
model
- Type:
- Default Value:
- Flags: