TreeSelectionClassRef

public struct TreeSelectionClassRef : TreeSelectionClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TreeRowReference Record: TreeRowReferenceProtocol extension (methods and fields)

TreeSelectionClass Record