ComboBoxAccessibleRef

public struct ComboBoxAccessibleRef : ComboBoxAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ComboBoxAccessible Class