ScrollableInterfaceRef

public struct ScrollableInterfaceRef : ScrollableInterfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ScaleClass Record: ScaleClassProtocol extension (methods and fields)

ScrollableInterface Record