Handy.PreferencesPage¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Icon name |
||
r/w/en |
Title |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Handy.PreferencesPage(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A page from [class`PreferencesWindow`].
The
HdyPreferencesPage
widget gathers preferences groups into a single page of a preferences window.- CSS nodes
HdyPreferencesPage
has a single CSS node with namepreferencespage
.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
HdyPreferencesPage
- Return type:
Creates a new
HdyPreferencesPage
.New in version 1.0.
- get_icon_name()¶
-
Gets the icon name for self.
New in version 1.0.
- get_title()¶
-
Gets the title of self.
New in version 1.0.
- set_icon_name(icon_name)¶
-
Sets the icon name for self.
New in version 1.0.
Property Details¶
- Handy.PreferencesPage.props.icon_name¶
- Name:
icon-name
- Type:
- Default Value:
''
- Flags:
The icon name for this page of preferences.
New in version 1.0.
- Handy.PreferencesPage.props.title¶
- Name:
title
- Type:
- Default Value:
''
- Flags:
The title for this page of preferences.
New in version 1.0.