PadControllerClassRef

public struct PadControllerClassRef : PadControllerClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!
  • This getter returns the GLib type identifier registered for PadController

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkPadControllerClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: PadControllerClassRef? { get }

PadControllerClass Record