Handy.PreferencesGroup¶
- 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 |
Description |
||
r/w |
Title |
||
r/w |
Whether to use markup for the title and description |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Handy.PreferencesGroup(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A group of preference rows.
A
HdyPreferencesGroup
represents a group or tightly related preferences, which in turn are represented by [class`PreferencesRow`].To summarize the role of the preferences it gathers, a group can have both a title and a description. The title will be used by [class`PreferencesWindow`] to let the user look for a preference.
- CSS nodes
HdyPreferencesGroup
has a single CSS node with namepreferencesgroup
.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
HdyPreferencesGroup
- Return type:
Creates a new
HdyPreferencesGroup
.New in version 1.0.
- get_title()¶
- Returns:
the title of self
- Return type:
Gets the title of self.
New in version 1.0.
- get_use_markup()¶
- Returns:
whether self uses markup for its labels
- Return type:
Gets whether self uses markup for the title and description.
New in version 1.4.
Property Details¶
- Handy.PreferencesGroup.props.description¶
-
The description for this group of preferences.
New in version 1.0.
- Handy.PreferencesGroup.props.title¶
-
The title for this group of preferences.
New in version 1.0.