TextCellAccessibleRef

public struct TextCellAccessibleRef : TextCellAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TextCellAccessible Class