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 whether gestures and shortcuts for closing subpages are enabled.
Gets the content widget of @self.
Gets the current breakpoint.
Returns a iface@Gio.ListModel that contains the open dialogs of @self.
Gets whether search is enabled for @self.
Returns the currently visible dialog in @self, if there's one.
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.
Sets whether gestures and shortcuts for closing subpages are enabled.
Sets the content widget of @self.
Sets whether search is enabled for @self.
Makes @page the visible page of @self.
Makes the page with the given name visible.