| Top |
| GtkWidget * | adw_preferences_group_new () |
| const char * | adw_preferences_group_get_title () |
| void | adw_preferences_group_set_title () |
| const char * | adw_preferences_group_get_description () |
| void | adw_preferences_group_set_description () |
| void | adw_preferences_group_add () |
| void | adw_preferences_group_remove () |
AdwPreferencesGroup implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
A AdwPreferencesGroup represents a group or tightly related preferences, which in turn are represented by AdwPreferencesRow.
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 AdwPreferencesWindow to let the user look for a preference.
GtkWidget *
adw_preferences_group_new (void);
Creates a new AdwPreferencesGroup.
Since: 1.0
const char *
adw_preferences_group_get_title (AdwPreferencesGroup *self);
Gets the title of self
.
Since: 1.0
void adw_preferences_group_set_title (AdwPreferencesGroup *self,const char *title);
Sets the title for self
.
Since: 1.0
const char *
adw_preferences_group_get_description (AdwPreferencesGroup *self);
Since: 1.0
void adw_preferences_group_set_description (AdwPreferencesGroup *self,const char *description);
Sets the description for self
.
Since: 1.0
void adw_preferences_group_add (AdwPreferencesGroup *self,GtkWidget *child);
void adw_preferences_group_remove (AdwPreferencesGroup *self,GtkWidget *child);
“description” property “description” char *
The description for this group of preferences.
Owner: AdwPreferencesGroup
Flags: Read / Write
Default value: ""
Since: 1.0
“title” property “title” char *
The title for this group of preferences.
Owner: AdwPreferencesGroup
Flags: Read / Write
Default value: ""
Since: 1.0