CellAccessibleParentRef

public struct CellAccessibleParentRef : CellAccessibleParentProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

CellAccessibleParent Interface