ContainerCellAccessibleRef

public struct ContainerCellAccessibleRef : ContainerCellAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ContainerCellAccessible Class