diff options
author | Tim Janik <timj@gimp.org> | 1998-02-25 22:03:10 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-25 22:03:10 +0000 |
commit | 6c2818881df60143f04634a6a24bdd0ca465c462 (patch) | |
tree | 39d6b20fd2b7b0b0be18db08dd034e9473b2949e /gtk/gtk.h | |
parent | 3cdf88be4dff90d91df0662ea6cf9c6f1182e62c (diff) | |
download | gdk-pixbuf-6c2818881df60143f04634a6a24bdd0ca465c462.tar.gz |
new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and Stefan
Wed Feb 25 22:56:42 1998 Tim Janik <timj@gimp.org>
* gtk/gtkspinbutton.h:
* gtk/gtkspinbutton.c:
new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and
Stefan Jeske <jeske@braunschweig.netsurf.de>.
* gtk/gtknotebook.c: fixups from lars and stefan.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ #include <gtk/gtkselection.h> #include <gtk/gtkseparator.h> #include <gtk/gtksignal.h> +#include <gtk/gtkspinbutton.h> #include <gtk/gtkstyle.h> #include <gtk/gtkstatusbar.h> #include <gtk/gtktable.h> |