Class
AdwViewStackPage
Description [src]
final class Adw.ViewStackPage : GObject.Object {
/* No available fields */
}
An auxiliary class used by AdwViewStack
.
Available since: | 1.0 |
Instance methods
adw_view_stack_page_get_needs_attention
Gets whether the page is marked as “needs attention”.
Available since: 1.0
adw_view_stack_page_get_use_underline
Gets whether underlines in the page title indicate mnemonics.
Available since: 1.0
adw_view_stack_page_get_visible
Gets whether self
is visible in its AdwViewStack
.
Available since: 1.0
adw_view_stack_page_set_needs_attention
Sets whether the page is marked as “needs attention”.
Available since: 1.0
adw_view_stack_page_set_use_underline
Sets whether underlines in the page title indicate mnemonics.
Available since: 1.0
adw_view_stack_page_set_visible
Sets whether page
is visible in its AdwViewStack
.
Available since: 1.0
Properties
Adw.ViewStackPage:needs-attention
Whether the page requires the user attention.
Available since: 1.0
Adw.ViewStackPage:use-underline
Whether an embedded underline in the title indicates a mnemonic.
Available since: 1.0
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.