ImageAccessibleRef

public struct ImageAccessibleRef : ImageAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ImageAccessible Class