TreeDragSourceIfaceRef

public struct TreeDragSourceIfaceRef : TreeDragSourceIfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TreeDragDestIface Record: TreeDragDestIfaceProtocol extension (methods and fields)

TreeDragSourceIface Record