diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-01-30 09:56:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-02-14 16:36:49 -0500 |
commit | 021f5e0365e11b1ca7d2a22d10fb0183e8b922c3 (patch) | |
tree | 3127544be3e7eb8162b29d7308bcff6dca4b9af1 /gtk/gtk.h | |
parent | 759765114fee66da86fe32adb9f8e72d96667b41 (diff) | |
download | gtk+-021f5e0365e11b1ca7d2a22d10fb0183e8b922c3.tar.gz |
Initial work on a color editor
This replaces GtkHSV with a compound widget featuring
a hue slider and an sv-plane, amongst others.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |