Class

AdwViewStackPage

Description [src]

final class Adw.ViewStackPage : GObject.Object {
  /* No available fields */
}

An auxiliary class used by AdwViewStack.

Ancestors

  • GObject

Implements

  • GtkAccessible

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.

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.

Class structure

struct AdwViewStackPageClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.