Gtk.ColorSelectionDialog.new

function new(title:String):Gtk.Widget {
    // Gjs wrapper for gtk_color_selection_dialog_new()
}

Creates a new Gtk.ColorSelectionDialog.

title

a string containing the title text for the dialog.

Returns

a Gtk.ColorSelectionDialog.