| Top |
| GtkWidget * | hdy_preferences_page_new () |
| const gchar * | hdy_preferences_page_get_icon_name () |
| void | hdy_preferences_page_set_icon_name () |
| const gchar * | hdy_preferences_page_get_title () |
| void | hdy_preferences_page_set_title () |
| #define | HDY_TYPE_PREFERENCES_PAGE |
| struct | HdyPreferencesPageClass |
| HdyPreferencesPage |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── HdyPreferencesPage
The HdyPreferencesPage widget gathers preferences groups into a single page of a preferences window.
GtkWidget *
hdy_preferences_page_new (void);
Creates a new HdyPreferencesPage.
Since: 0.0.10
const gchar *
hdy_preferences_page_get_icon_name (HdyPreferencesPage *self);
Gets the icon name for self
, or NULL.
Since: 0.0.10
void hdy_preferences_page_set_icon_name (HdyPreferencesPage *self,const gchar *icon_name);
Sets the icon name for self
.
Since: 0.0.10
const gchar *
hdy_preferences_page_get_title (HdyPreferencesPage *self);
Gets the title of self
, or NULL.
Since: 0.0.10
void hdy_preferences_page_set_title (HdyPreferencesPage *self,const gchar *title);
Sets the title of self
.
Since: 0.0.10