PreferencesPage

open class PreferencesPage(val adwPreferencesPagePointer: <Error class: unknown class><<Error class: unknown class>>)(source)

A page from class@PreferencesDialog.

preferences-page

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

Link copied to clipboard
constructor()

Creates a new AdwPreferencesPage.

constructor(adwPreferencesPagePointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adwPreferencesPagePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The description to be displayed at the top of the page.

Link copied to clipboard
open val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gtkBuildablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gtkConstraintTargetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open var iconName: String?

The icon name for this page.

Link copied to clipboard

The name of this page.

Link copied to clipboard
open var title: String

The title for this page.

Link copied to clipboard

Whether an embedded underline in the title indicates a mnemonic.

Functions

Link copied to clipboard
open fun add(group: PreferencesGroup)

Adds a preferences group to @self.

Link copied to clipboard
open fun remove(group: PreferencesGroup)

Removes a group from @self.

Link copied to clipboard
open fun scrollToTop()

Scrolls the scrolled window of @self to the top.