Added gtkpacker

Thu Jun 11 14:38:33 CDT 1998 Shawn T. Amundson <amundson@gtk.org>

        * gtk/gtkpacker.c, gtk/gtkpacker.h, gtk/gtk.h, gtk/Makefile.am:
          Added gtkpacker

        * examples/packer/pack.c, examples/packer/Makefile: Added
          gtkpacker example
This commit is contained in:
CDT 1998 Shawn T. Amundson
1998-06-12 00:49:11 +00:00
committed by Shawn Amundson
parent d0ff2dbc79
commit cab220ee8b
14 changed files with 1753 additions and 0 deletions

View File

@ -78,6 +78,7 @@
#include <gtk/gtknotebook.h>
#include <gtk/gtkobject.h>
#include <gtk/gtkoptionmenu.h>
#include <gtk/gtkpacker.h>
#include <gtk/gtkpaned.h>
#include <gtk/gtkpixmap.h>
#include <gtk/gtkpreview.h>