gtk :: GtkColorButton :: defaultinit
# A button to launch a color selection dialog
# See: https://developer.gnome.org/gtk3/stable/GtkColorButton.html
extern class GtkColorButton `{GtkColorButton *`}
super GtkButton
new `{
return (GtkColorButton *)gtk_color_button_new();
`}
end
lib/gtk/v3_4/gtk_widgets_ext.nit:251,1--259,3