Class

AdwViewStackPage

since: 1.0

Description [src]

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

An auxiliary class used by AdwViewStack.

Available since: 1.0

Hierarchy

hierarchy this AdwViewStackPage ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

adw_view_stack_page_get_badge_number

Gets the badge number for this page.

since: 1.0

adw_view_stack_page_get_child

Gets the stack child to which self belongs.

since: 1.0

adw_view_stack_page_get_icon_name

Gets the icon name of the page.

since: 1.0

adw_view_stack_page_get_name

Gets the name of the page.

since: 1.0

adw_view_stack_page_get_needs_attention

Gets whether the page requires the user attention.

since: 1.0

adw_view_stack_page_get_title

Gets the page title.

since: 1.0

adw_view_stack_page_get_use_underline

Gets whether underlines in the page title indicate mnemonics.

since: 1.0

adw_view_stack_page_get_visible

Gets whether self is visible in its AdwViewStack.

since: 1.0

adw_view_stack_page_set_badge_number

Sets the badge number for this page.

since: 1.0

adw_view_stack_page_set_icon_name

Sets the icon name of the page.

since: 1.0

adw_view_stack_page_set_name

Sets the name of the page.

since: 1.0

adw_view_stack_page_set_needs_attention

Sets whether the page requires the user attention.

since: 1.0

adw_view_stack_page_set_title

Sets the page title.

since: 1.0

adw_view_stack_page_set_use_underline

Sets whether underlines in the page title indicate mnemonics.

since: 1.0

adw_view_stack_page_set_visible

Sets whether page is visible in its AdwViewStack.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Adw.ViewStackPage:badge-number

The badge number for this page.

since: 1.0

Adw.ViewStackPage:child

The stack child to which the page belongs.

since: 1.0

Adw.ViewStackPage:icon-name

The icon name of the child page.

since: 1.0

Adw.ViewStackPage:name

The name of the child page.

since: 1.0

Adw.ViewStackPage:needs-attention

Whether the page requires the user attention.

since: 1.0

Adw.ViewStackPage:title

The title of the child page.

since: 1.0

Adw.ViewStackPage:use-underline

Whether an embedded underline in the title indicates a mnemonic.

since: 1.0

Adw.ViewStackPage:visible

Whether this page is visible.

since: 1.0

Signals

Signals inherited from GObject (1)
GObject::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.

Class structure

struct AdwViewStackPageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.