Gtk.ColorChooserDialog.new
function new(title:String, parent:Gtk.Window):Gtk.Widget {
// Gjs wrapper for gtk_color_chooser_dialog_new()
}Creates a new Gtk.ColorChooserDialog.
Since 3.4
- title
Title of the dialog, or null
- parent
Transient parent of the dialog, or null
- Returns
a new Gtk.ColorChooserDialog