SwitchAccessibleRef

public struct SwitchAccessibleRef : SwitchAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

SwitchAccessible Class