TreeViewAccessibleRef

public struct TreeViewAccessibleRef : TreeViewAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TreeViewAccessible Class