[CCode (cheader_filename = "gtk/gtk.h")]
public class ColorChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.ColorChooser {
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public ColorChooserDialog (string title, Gtk.Window parent);
+ public ColorChooserDialog (string? title, Gtk.Window? parent);
[NoAccessorMethod]
public bool show_editor { get; set; }
}
gtk_color_button_get_rgba.rgba hidden="1"
gtk_color_chooser_get_rgba type_name="Gdk.RGBA"
gtk_color_chooser_get_rgba.color hidden="1"
+gtk_color_chooser_dialog_new.* nullable="1"
GtiColorSelection:current-color deprecated_since="3.4" replacement="current_rgba"
gtk_color_selection_get_current_color deprecated_since="3.4" replacement="get_current_rgba"
gtk_color_selection_get_current_color.color is_out="1"