PreferencesWindow
A window to present an application's preferences.
The AdwPreferencesWindow
widget presents an application's preferences gathered into pages and groups. The preferences are searchable by the user.
CSS nodes
AdwPreferencesWindow
has a main CSS node with the name window
and the style class .preferences
.
Skipped during bindings generation
method
visible-page
: Property TypeInfo of getter and setter do not matchmethod
visible-page-name
: Property TypeInfo of getter and setter do not match
Constructors
Properties
Whether gestures and shortcuts for closing subpages are enabled.
The current breakpoint.
Whether search is enabled.
The currently visible dialog
Functions
Adds a preferences page to @self.
Adds @breakpoint to @self.
Closes the current subpage.
Gets the currently visible page of @self.
Gets the name of currently visible page of @self.
Pop the visible page from the subpage stack of @self.
Sets @subpage as the window's subpage and opens it.
Pushes @page onto the subpage stack of @self.
Removes a page from @self.
Makes @page the visible page of @self.
Makes the page with the given name visible.