NativeDialogClassRef

public struct NativeDialogClassRef : NativeDialogClassProtocol

Class structure for GtkNativeDialog.

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

  • ptr
    Untyped pointer to the underlying `GtkNativeDialogClass` 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 NativeDialog

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkNativeDialogClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: NativeDialogClassRef? { get }

NativeDialogClass Record