StackSwitcherRef
public struct StackSwitcherRef : StackSwitcherProtocol, GWeakCapturing
The GtkStackSwitcher shows a row of buttons to switch between GtkStack
pages.

It acts as a controller for the associated GtkStack.
All the content for the buttons comes from the properties of the stacks
[classGtk.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 GTK_ACCESSIBLE_ROLE_TAB_LIST role
and uses the GTK_ACCESSIBLE_ROLE_TAB for its buttons.
Orientable
Since GTK 4.4, GtkStackSwitcher implements GtkOrientable allowing
the stack switcher to be made vertical with
gtk_orientable_set_orientation().
The StackSwitcherRef type acts as a lightweight Swift reference to an underlying GtkStackSwitcher instance.
It exposes methods that can operate on this data type through StackSwitcherProtocol conformance.
Use StackSwitcherRef only as an unowned reference to an existing GtkStackSwitcher instance.
-
Untyped pointer to the underlying `GtkStackSwitcher` instance.For type-safe access, use the generated, typed pointer
stack_switcher_ptrproperty instead.Declaration
Swift
public let ptr: UnsafeMutableRawPointer!
-
Designated initialiser from the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafeMutablePointer<GtkStackSwitcher>) -
Designated initialiser from a constant pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafePointer<GtkStackSwitcher>) -
Conditional initialiser from an optional pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafeMutablePointer<GtkStackSwitcher>?) -
Conditional initialiser from an optional, non-mutable pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafePointer<GtkStackSwitcher>?) -
Conditional initialiser from an optional
gpointerDeclaration
Swift
@inlinable init!(gpointer g: gpointer?) -
Conditional initialiser from an optional, non-mutable
gconstpointerDeclaration
Swift
@inlinable init!(gconstpointer g: gconstpointer?) -
Reference intialiser for a related type that implements
StackSwitcherProtocolDeclaration
Swift
@inlinable init<T>(_ other: T) where T : StackSwitcherProtocol -
This factory is syntactic sugar for setting weak pointers wrapped in
GWeak<T>Declaration
Swift
@inlinable static func unowned<T>(_ other: T) -> StackSwitcherRef where T : StackSwitcherProtocol -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StackSwitcherProtocol.Declaration
Swift
@inlinable init<T>(cPointer: UnsafeMutablePointer<T>) -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StackSwitcherProtocol.Declaration
Swift
@inlinable init<T>(constPointer: UnsafePointer<T>) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StackSwitcherProtocol.Declaration
Swift
@inlinable init(mutating raw: UnsafeRawPointer) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StackSwitcherProtocol.Declaration
Swift
@inlinable init(raw: UnsafeMutableRawPointer) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StackSwitcherProtocol.Declaration
Swift
@inlinable init(opaquePointer: OpaquePointer) -
Create a new
GtkStackSwitcher.Declaration
Swift
@inlinable init()
View on GitHub
Install in Dash
StackSwitcherRef Structure Reference