}
[CCode (cheader_filename = "gtk/gtk.h")]
public interface ColorChooser : GLib.Object {
- public abstract void add_palette (Gtk.Orientation orientation, int colors_per_line, int n_colors, Gdk.RGBA colors);
+ public abstract void add_palette (Gtk.Orientation orientation, int colors_per_line, [CCode (array_length_pos = 2.9)] Gdk.RGBA[]? colors);
public abstract Gdk.RGBA get_rgba ();
public bool get_use_alpha ();
public abstract void set_rgba (Gdk.RGBA color);
gtk_color_chooser_get_rgba type_name="Gdk.RGBA"
gtk_color_chooser_get_rgba.color hidden="1"
gtk_color_chooser_dialog_new.* nullable="1"
+gtk_color_chooser_add_palette.n_colors hidden="1"
+gtk_color_chooser_add_palette.colors is_array="1" nullable="1" array_length_pos="2.9"
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"