ColorChooserDialogRef

public struct ColorChooserDialogRef : ColorChooserDialogProtocol, GWeakCapturing

The GtkColorChooserDialog widget is a dialog for choosing a color. It implements the GtkColorChooser interface.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ColorChooserDialog Class