Class
AdwPreferencesPage
Description [src]
class Adw.PreferencesPage : Gtk.Widget {
parent_instance: GtkWidget
}
A page from AdwPreferencesWindow
.
The AdwPreferencesPage
widget gathers preferences groups into a single page
of a preferences window.
CSS nodes
AdwPreferencesPage
has a single CSS node with name preferencespage
.
Accessibility
AdwPreferencesPage
uses the GTK_ACCESSIBLE_ROLE_GROUP
role.
Constructors
adw_preferences_page_new
Creates a new AdwPreferencesPage
.
Instance methods
adw_preferences_page_add
Adds a preferences group to self
.
adw_preferences_page_get_icon_name
Gets the icon name for self
.
adw_preferences_page_get_name
Gets the name of self
.
adw_preferences_page_get_title
Gets the title of self
.
adw_preferences_page_get_use_underline
Gets whether an embedded underline in the title indicates a mnemonic.
adw_preferences_page_remove
Removes a group from self
.
adw_preferences_page_scroll_to_top
Scrolls the scrolled window of self
to the top.
Available since: 1.3
adw_preferences_page_set_icon_name
Sets the icon name for self
.
adw_preferences_page_set_name
Sets the name of self
.
adw_preferences_page_set_title
Sets the title of self
.
adw_preferences_page_set_use_underline
Sets whether an embedded underline in the title indicates a mnemonic.
Properties
Adw.PreferencesPage:description
The description to be displayed at the top of the page.
Available since: 1.4
Adw.PreferencesPage:icon-name
The icon name for this page.
Adw.PreferencesPage:name
The name of this page.
Adw.PreferencesPage:title
The title for this page.
Adw.PreferencesPage:use-underline
Whether an embedded underline in the title indicates a mnemonic.