Class
HandyPreferencesGroup
Description [src]
class Handy.PreferencesGroup : Gtk.Bin {
parent_instance: GtkBin
}
A group of preference rows.
A HdyPreferencesGroup
represents a group or tightly related preferences,
which in turn are represented by HdyPreferencesRow
.
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 HdyPreferencesWindow
to let the user look for a preference.
CSS nodes
HdyPreferencesGroup
has a single CSS node with name preferencesgroup
.
Available since: | 1.0 |
Instance methods
hdy_preferences_group_get_use_markup
Gets whether self
uses markup for the title and description.
Available since: 1.4
hdy_preferences_group_set_use_markup
Sets whether self
uses markup for the title and description.
Available since: 1.4
Properties
Handy.PreferencesGroup:description
The description for this group of preferences.
Available since: 1.0
Handy.PreferencesGroup:use-markup
Whether to use markup for the title and description.
Available since: 1.4