| Top |  |  |  |  | 
| HdyPreferencesGroup * | hdy_preferences_group_new () | 
| const gchar * | hdy_preferences_group_get_title () | 
| void | hdy_preferences_group_set_title () | 
| const gchar * | hdy_preferences_group_get_description () | 
| void | hdy_preferences_group_set_description () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── HdyPreferencesGroup
HdyPreferencesGroup implements AtkImplementorIface, GtkBuildable and GtkOrientable.
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.
HdyPreferencesGroup *
hdy_preferences_group_new (void);
Creates a new HdyPreferencesGroup.
Since: 0.0.10
const gchar *
hdy_preferences_group_get_title (HdyPreferencesGroup *self);
Gets the title of self
.
Since: 0.0.10
void hdy_preferences_group_set_title (HdyPreferencesGroup *self,const gchar *title);
Sets the title for self
.
Since: 0.0.10
const gchar *
hdy_preferences_group_get_description (HdyPreferencesGroup *self);
Since: 0.0.10
void hdy_preferences_group_set_description (HdyPreferencesGroup *self,const gchar *description);
Sets the description for self
.
Since: 0.0.10
“description” property  “description”              gchar *
The description for this group of preferences.
Owner: HdyPreferencesGroup
Flags: Read / Write
Default value: ""
Since: 0.0.10
“title” property  “title”                    gchar *
The title for this group of preferences.
Owner: HdyPreferencesGroup
Flags: Read / Write
Default value: ""
Since: 0.0.10