StackSwitcher

class StackSwitcher(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget, Orientable

Constructors:

StackSwitcher(**properties)
new() -> Gtk.Widget

Constructors

class StackSwitcher
classmethod new() Widget

Create a new GtkStackSwitcher.

Methods

class StackSwitcher
get_stack() Stack | None

Retrieves the stack.

set_stack(stack: Stack | None = None) None

Sets the stack to control.

Parameters:

stack – a GtkStack

Properties

class StackSwitcher
props.stack: Stack

The stack.