adw.preferences_page
Module for [PreferencesPage] class
Types 3
classPreferencesPage : gtk.widget.Widget
A page from adw.preferences_dialog.PreferencesDialog.
The adw.preferences_page.PreferencesPage widget gathers preferences groups into a single page of a preferences window.
CSS nodes
adw.preferences_page.PreferencesPage has a single CSS node with name preferencespage.
Accessibility
adw.preferences_page.PreferencesPage uses the gtk.types.AccessibleRole.Group role.
Methods
PreferencesPageGidBuilder builder() static nothrowGet builder for [adw.preferences_page.PreferencesPage] Returns: New builder objectstring description() @property nothrowGet `description` property. Returns: The description to be displayed at the top of the page.void description(string propval) @property nothrowSet `description` property. Params: propval = The description to be displayed at the top of the page.void iconName(string propval) @property nothrowSet `iconName` property. Params: propval = The icon name for this page.void name(string propval) @property nothrowSet `name` property. Params: propval = The name of this page.void title(string propval) @property nothrowSet `title` property. Params: propval = The title for this page.bool useUnderline() @property nothrowGet `useUnderline` property. Returns: Whether an embedded underline in the title indicates a mnemonic.void useUnderline(bool propval) @property nothrowSet `useUnderline` property. Params: propval = Whether an embedded underline in the title indicates a mnemonic.bool getUseUnderline() nothrowGets whether an embedded underline in the title indicates a mnemonic. Returns: whether an embedded underline in the title indicates a mnemonicvoid setUseUnderline(bool useUnderline) nothrowSets whether an embedded underline in the title indicates a mnemonic.Fluent builder implementation template for adw.preferences_page.PreferencesPage
Methods
T description(string propval) nothrowSet `description` property. Params: propval = The description to be displayed at the top of the page. Returns: Builder instance for fluent chainingT iconName(string propval) nothrowSet `iconName` property. Params: propval = The icon name for this page. Returns: Builder instance for fluent chainingT name(string propval) nothrowSet `name` property. Params: propval = The name of this page. Returns: Builder instance for fluent chainingT title(string propval) nothrowSet `title` property. Params: propval = The title for this page. Returns: Builder instance for fluent chainingT useUnderline(bool propval) nothrowSet `useUnderline` property. Params: propval = Whether an embedded underline in the title indicates a mnemonic. Returns: Builder instance for fluent chainingFluent builder for adw.preferences_page.PreferencesPage
Methods