| Top |
| gchar * | description | Read / Write |
| gchar * | title | Read / Write |
| gboolean | use-markup | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── HdyPreferencesGroup
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.
GtkWidget *
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
gboolean
hdy_preferences_group_get_use_markup (HdyPreferencesGroup *self);
Gets whether self
uses markup for the title and description.
Since: 1.4
void hdy_preferences_group_set_use_markup (HdyPreferencesGroup *self,gboolean use_markup);
Sets whether self
uses markup for the title and description.
Since: 1.4