StackAccessibleRef

public struct StackAccessibleRef : StackAccessibleProtocol, GWeakCapturing

The StackAccessibleRef type acts as a lightweight Swift reference to an underlying GtkStackAccessible instance. It exposes methods that can operate on this data type through StackAccessibleProtocol conformance. Use StackAccessibleRef only as an unowned reference to an existing GtkStackAccessible instance.

  • ptr
    Untyped pointer to the underlying `GtkStackAccessible` instance.
    

    For type-safe access, use the generated, typed pointer stack_accessible_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

StackAccessible Class