Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: StackSwitcher

[27:7] extends: object

Shows a row of buttons to switch between GtkStack pages. An example GtkStackSwitcher It acts as a controller for the associated GtkStack. All the content for the buttons comes from the properties of the stacks [class@Gtk.StackPage] objects; the button visibility in a GtkStackSwitcher widget is controlled by the visibility of the child in the GtkStack. It is possible to associate multiple GtkStackSwitcher widgets with the same GtkStack widget. # CSS nodes GtkStackSwitcher has a single CSS node named stackswitcher and style class .stack-switcher. When circumstances require it, GtkStackSwitcher adds the .needs-attention style class to the widgets representing the stack pages.

Accessibility GtkStackSwitcher uses the

[enum@Gtk.AccessibleRole.tab_list] role and uses the [enum@Gtk.AccessibleRole.tab] role for its buttons. # Orientable Since GTK 4.4, GtkStackSwitcher implements GtkOrientable allowing the stack switcher to be made vertical with gtk_orientable_set_orientation().

Members

  • handleObj
  • lib
  • retainedCallbacks
  • signalHandlerNames
  • signalSetterHandlers

Methods

  • StackSwitcher ()

    Create a new GtkStackSwitcher.

  • toNativeHandle (Source)

    Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from fn.call(...), another generated wrapper exposing handle(), or null. Returns null when the argument carries no pointer.

    • @p Source is the raw handle, raw buffer, wrapper, or null.
    • @r A raw pointer carrier or null when no pointer is present.
  • getLib ()

    Returns the opened native library for this generated wrapper.

    • @r The opened native library.
  • handle ()

    Returns the wrapped NativeHandle.

    • @r The wrapped NativeHandle.
  • isNull ()

    Returns true when the wrapped handle is null.

    • @r A bool.
  • describe ()

    Returns a small string for debugging generated wrappers.

    • @r A string.
  • asWidget ()

    Wraps this handle as Widget.

    • @r A Widget object.
  • asAccessible ()

    Wraps this handle as Accessible.

    • @r A Accessible object.
  • asBuildable ()

    Wraps this handle as Buildable.

    • @r A Buildable object.
  • asConstraintTarget ()

    Wraps this handle as ConstraintTarget.

    • @r A ConstraintTarget object.
  • asOrientable ()

    Wraps this handle as Orientable.

    • @r A Orientable object.
  • getProperty (string Name)

    Reads one generated property by name.

  • setProperty (string Name, Value)

    Writes one generated property by name.

  • setStack (object Value)

    The stack.

    • @p Value is the new property value.
    • @r None.
  • get_stack ()

    Retrieves the stack.

  • set_stack (object stack)

    Sets the stack to control.

    • @p stack is a GtkStack.
    • @r None.

class: StackSwitcherMeta

[188:14] static extends: object

Generated metadata helpers for StackSwitcher class surfaces.

Methods

  • properties ()

    Returns property metadata for StackSwitcher.

    • @r A list.