EditableInterfaceRef

public struct EditableInterfaceRef : EditableInterfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

DrawingAreaClass Record: DrawingAreaClassProtocol extension (methods and fields)

EditableInterface Record