Basics
Guides
API Reference
Basics
Guides
API Reference
[177:14] static extends: object
Generated metadata helpers for StackSidebar class surfaces.
properties ()
Returns property metadata for
StackSidebar.
A list.[21:7] extends: object
Uses a sidebar to switch between GtkStack pages.
GtkStackSidebar, you simply use a GtkStack to organize your UI flow, and
add the sidebar to your sidebar area. You can use
[method@Gtk.StackSidebar.set_stack] to connect the GtkStackSidebar to the
GtkStack. # CSS nodes GtkStackSidebar has a single CSS node with name
stacksidebar and style class .sidebar. When circumstances require it,
GtkStackSidebar adds the .needs-attention style class to the widgets
representing the stack pages.
StackSidebar ()
Creates a new
GtkStackSidebar.
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 exposinghandle(), or null. Returns null when the argument carries no pointer.
Source is the raw handle, raw buffer, wrapper, or null.A raw pointer carrier or null when no pointer is present.getLib ()
Returns the opened native library for this generated wrapper.
The opened native library.handle ()
Returns the wrapped NativeHandle.
The wrapped NativeHandle.isNull ()
Returns true when the wrapped handle is null.
A bool.describe ()
Returns a small string for debugging generated wrappers.
A string.asWidget ()
Wraps this handle as
Widget.
A Widget object.asAccessible ()
Wraps this handle as
Accessible.
A Accessible object.asBuildable ()
Wraps this handle as
Buildable.
A Buildable object.asConstraintTarget ()
Wraps this handle as
ConstraintTarget.
A ConstraintTarget 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.
Value is the new property value.None.get_stack ()
Retrieves the stack.
set_stack (object stack)
Set the
GtkStackassociated with thisGtkStackSidebar. The sidebar widget will automatically update according to the order and items within the givenGtkStack.
stack is a GtkStack.None.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.