EntryAccessibleRef

public struct EntryAccessibleRef : EntryAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

EntryAccessible Class