| Top |  |  |  |  | 
| HdyPreferencesPage * | 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
                    ╰── GtkScrolledWindow
                        ╰── HdyPreferencesPage
The HdyPreferencesPage widget gathers preferences groups into a single page of a preferences window.
HdyPreferencesPage *
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
struct HdyPreferencesPageClass {
  GtkScrolledWindowClass parent_class;
};
“icon-name” property  “icon-name”                gchar *
The icon name for this page of preferences.
Owner: HdyPreferencesPage
Flags: Read / Write
Default value: ""
Since: 0.0.10
“title” property  “title”                    gchar *
The title for this page of preferences.
Owner: HdyPreferencesPage
Flags: Read / Write
Default value: ""
Since: 0.0.10