summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-05-10 21:39:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-05-10 21:39:03 +0000
commit88286d32af4f7289c3e3878e3f5159ebcdf0e753 (patch)
tree8ecaad5fd53e21323716bc2b7b7e79dbb6dd192c /gtk/gtk.h
parentac9090ed103ebc0fb61ccf361156b2827b9e14d5 (diff)
downloadgtk+-88286d32af4f7289c3e3878e3f5159ebcdf0e753.tar.gz
Color selection dialog rewrite.
Wed May 10 16:38:17 2000 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch] gtk/gtkhsv.[ch]: Color selection dialog rewrite. (Original triangle color selector from Simon Budig <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by from Jonathan, Havoc, and Federico. Merge into GTK+ done by David Santiago <mrcooger@cyberverse.com>) * gtk/gtkcolorseldialog.[ch]: Split color selection dialog out into a separate widget. * gtk/testgtk.c: Add some checkbuttons for toggling palette and opacity controls. Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that snuck in prematurely.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index e9cecef88a..6c1079fde7 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -46,6 +46,7 @@
#include <gtk/gtkcheckmenuitem.h>
#include <gtk/gtkclist.h>
#include <gtk/gtkcolorsel.h>
+#include <gtk/gtkcolorseldialog.h>
#include <gtk/gtkcombo.h>
#include <gtk/gtkcompat.h>
#include <gtk/gtkcontainer.h>