Class
AdwViewStackPage
Description [src]
final class Adw.ViewStackPage : GObject.Object {
/* No available fields */
}
An auxiliary class used by AdwViewStack
.
Instance methods
adw_view_stack_page_get_badge_number
Gets the badge number for this page.
adw_view_stack_page_get_child
Gets the stack child to which self
belongs.
adw_view_stack_page_get_icon_name
Gets the icon name of the page.
adw_view_stack_page_get_name
Gets the name of the page.
adw_view_stack_page_get_needs_attention
Gets whether the page requires the user attention.
adw_view_stack_page_get_title
Gets the page title.
adw_view_stack_page_get_use_underline
Gets whether underlines in the page title indicate mnemonics.
adw_view_stack_page_get_visible
Gets whether self
is visible in its AdwViewStack
.
adw_view_stack_page_set_badge_number
Sets the badge number for this page.
adw_view_stack_page_set_icon_name
Sets the icon name of the page.
adw_view_stack_page_set_name
Sets the name of the page.
adw_view_stack_page_set_needs_attention
Sets whether the page requires the user attention.
adw_view_stack_page_set_title
Sets the page title.
adw_view_stack_page_set_use_underline
Sets whether underlines in the page title indicate mnemonics.
adw_view_stack_page_set_visible
Sets whether page
is visible in its AdwViewStack
.
Methods inherited from GtkAccessible (18)
gtk_accessible_get_accessible_parent
Retrieves the accessible parent for an accessible object.
Available since: 4.10
gtk_accessible_get_accessible_role
Retrieves the accessible role of an accessible object.
gtk_accessible_get_at_context
Retrieves the accessible implementation for the given GtkAccessible
.
Available since: 4.10
gtk_accessible_get_bounds
Queries the coordinates and dimensions of this accessible.
Available since: 4.10
gtk_accessible_get_first_accessible_child
Retrieves the first accessible child of an accessible object.
Available since: 4.10
gtk_accessible_get_next_accessible_sibling
Retrieves the next accessible sibling of an accessible object.
Available since: 4.10
gtk_accessible_get_platform_state
Query a platform state, such as focus.
Available since: 4.10
gtk_accessible_reset_property
Resets the accessible property
to its default value.
gtk_accessible_reset_relation
Resets the accessible relation
to its default value.
gtk_accessible_reset_state
Resets the accessible state
to its default value.
gtk_accessible_set_accessible_parent
Sets the parent and sibling of an accessible object.
Available since: 4.10
gtk_accessible_update_next_accessible_sibling
Updates the next accessible sibling of self
.
Available since: 4.10
gtk_accessible_update_property
Updates a list of accessible properties.
gtk_accessible_update_property_value
Updates an array of accessible properties.
gtk_accessible_update_relation
Updates a list of accessible relations.
gtk_accessible_update_relation_value
Updates an array of accessible relations.
gtk_accessible_update_state
Updates a list of accessible states. See the GtkAccessibleState
documentation for the value types of accessible states.
gtk_accessible_update_state_value
Updates an array of accessible states.
Properties
Adw.ViewStackPage:badge-number
The badge number for this page.
Adw.ViewStackPage:child
The stack child to which the page belongs.
Adw.ViewStackPage:icon-name
The icon name of the child page.
Adw.ViewStackPage:name
The name of the child page.
Adw.ViewStackPage:needs-attention
Whether the page requires the user attention.
Adw.ViewStackPage:title
The title of the child page.
Adw.ViewStackPage:use-underline
Whether an embedded underline in the title indicates a mnemonic.
Adw.ViewStackPage:visible
Whether this page is visible.
Properties inherited from GtkAccessible (1)
Gtk.Accessible:accessible-role
The accessible role of the given GtkAccessible
implementation.
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.