Initial work on a color editor
This replaces GtkHSV with a compound widget featuring a hue slider and an sv-plane, amongst others.
This commit is contained in:
@ -78,6 +78,9 @@
|
||||
#include <gtk/gtkcheckmenuitem.h>
|
||||
#include <gtk/gtkclipboard.h>
|
||||
#include <gtk/gtkcolorbutton.h>
|
||||
#include <gtk/gtkcolorchooser.h>
|
||||
#include <gtk/gtkcolorchooserdialog.h>
|
||||
#include <gtk/gtkcolorchooserwidget.h>
|
||||
#include <gtk/gtkcolorsel.h>
|
||||
#include <gtk/gtkcolorseldialog.h>
|
||||
#include <gtk/gtkcombobox.h>
|
||||
|
||||
Reference in New Issue
Block a user