TextViewAccessibleRef

public struct TextViewAccessibleRef : TextViewAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TextViewAccessible Class