diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-24 04:45:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-24 04:45:29 +0000 |
commit | ee1d43929c3395fabd43e6b1d6a718363cbe198e (patch) | |
tree | f605372598f5668f17924ac8fbc8aa5ae8d38bbd /gtk/gtk.h | |
parent | 42faec1736c32cfbe1c44ac0ca0d81445c32fd0d (diff) | |
download | gtk+-ee1d43929c3395fabd43e6b1d6a718363cbe198e.tar.gz |
Added layout widget for scrolling arbitrarily big areas. Added plug/socket
Mon Nov 23 22:10:09 1998 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch]
gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/gtk.h:
Added layout widget for scrolling arbitrarily big areas.
Added plug/socket widgets for interprocess embedding.
These widgets still, at some point, need to be
made more pure in their use of GDK, as opposed
to raw X.
* gtk/testgtk.c: Added test for layout widget.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,7 @@ #include <gtk/gtkitem.h> #include <gtk/gtkitemfactory.h> #include <gtk/gtklabel.h> +#include <gtk/gtklayout.h> #include <gtk/gtklist.h> #include <gtk/gtklistitem.h> #include <gtk/gtkmain.h> @@ -86,6 +87,7 @@ #include <gtk/gtkpacker.h> #include <gtk/gtkpaned.h> #include <gtk/gtkpixmap.h> +#include <gtk/gtkplug.h> #include <gtk/gtkpreview.h> #include <gtk/gtkprogress.h> #include <gtk/gtkprogressbar.h> @@ -100,6 +102,7 @@ #include <gtk/gtkselection.h> #include <gtk/gtkseparator.h> #include <gtk/gtksignal.h> +#include <gtk/gtksocket.h> #include <gtk/gtkspinbutton.h> #include <gtk/gtkstyle.h> #include <gtk/gtkstatusbar.h> |