Nemo.PropertyPage¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Label widget to display in the notebook tab |
||
r/w/co |
Name of the page |
||
r/w |
Widget for the property page |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Nemo.PropertyPage(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(name, label, page)¶
- Parameters:
name (
str
) – the identifier for the property pagelabel (
Gtk.Widget
) – the user-visible label of the property pagepage (
Gtk.Widget
) – the property page to display
- Returns:
a newly created
Nemo.PropertyPage
- Return type:
Creates a new
Nemo.PropertyPage
from page_widget.
Property Details¶
- Nemo.PropertyPage.props.label¶
- Name:
label
- Type:
- Default Value:
- Flags:
Label widget to display in the notebook tab
- Nemo.PropertyPage.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
Name of the page
- Nemo.PropertyPage.props.page¶
- Name:
page
- Type:
- Default Value:
- Flags:
Widget for the property page