CellEditableIfaceRef

public struct CellEditableIfaceRef : CellEditableIfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

CellAreaContextClass Record: CellAreaContextClassProtocol extension (methods and fields)

CellEditableIface Record