ContainerAccessibleRef

public struct ContainerAccessibleRef : ContainerAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ContainerAccessible Class