RangeAccessibleRef

public struct RangeAccessibleRef : RangeAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

RangeAccessible Class