GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Tim Janik eef38289b2 GTK_RESIZE_NEEDED is a private flag now.
Mon Feb  2 04:15:08 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkcontainer.h:
        * gtk/gtkcontainer.c: GTK_RESIZE_NEEDED is a private flag now.
          (gtk_container_register_toplevel): new function.
          (gtk_container_unregister_toplevel): new function.

        * gtk/gtkmain.c: GTK_LEAVE_PENDING is a private flag now.

        * gtk/gtkmenu.c: call gtk_container_register_toplevel in
          gtk_menu_class_init instead of this dirty gtk_widget_set_parent(,NULL)
          hack. new default handler gtk_menu_destroy for calling
          gtk_container_unregister_toplevel. removed GTK_ANCHORED, GTK_UNMAPPED.

        * gtk/gtkobject.h: macro cleanups, added GTK_DESTROYED flag.

        * gtk/gtkobject.c: only emit DESTROY signal if !GTK_OBJECT_DESTROYED
          (object).

        * gtk/gtkprivate.h: new file that will not be automatically included.
          it holds the private flags for GtkWidget along with it's SET/UNSET
          and examination macros.

        * gtk/gtkwidget.c: private flags: GTK_RESIZE_NEEDED, GTK_REDRAW_PENDING,
          GTK_RESIZE_PENDING, GTK_IN_REPARENT, GTK_USER_STYLE. GTK_ANCHORED is
          replaced by GTK_TOPLEVEL. added missing UNSET for GTK_IN_REPARENT.
          removed the gtk_widget_set_parent(, NULL) hack for toplevels.
          upon destroy free memory for widgets with GTK_WIDGET_HAS_SHAPE_MASK.

        * gtk/gtkwidget.h: split up the widget flags into a public and a private
          portion. added an extra field private_flags to GtkWidget without making
          it bigger by using an alignment gap of 16 bit. macro cleanups.

        * gtk/gtkwindow.c: removed GTK_ANCHORED. new function gtk_window_destroy
          for calling gtk_container_unregister_toplevel. removed the
          gtk_widget_set_parent(,NULL), call gtk_container_register_toplevel
          instead. remove GTK_UNMAPPED. GTK_RESIZE_NEEDED is private now.

        * gtk/gtksignal.c (gtk_signal_disconnect): removed a bug on
          removal that cut off the handler list -> living_objects == 0
          with testgtk. made some warnings more descriptive.
          new function gtk_signal_connect_object_while_alive, which
          will automatically destroy the connection once one of the objects
          is destroyed. didn't include this before removal of the above
          mentioned bug.

* reflected refcounting revolution in ChangeLog
1998-02-02 04:54:25 +00:00
docs Some documentation of the internals. 1998-02-01 08:22:51 +00:00
gdk red/green/blue parameters are now expected to be in [0, 65535], to be 1998-01-31 00:09:58 +00:00
glib Added and autoconfigured in a new utility function g_strcasecmp 1998-01-31 08:15:57 +00:00
gtk GTK_RESIZE_NEEDED is a private flag now. 1998-02-02 04:54:25 +00:00
tests hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
.cvsignore For consistancy with GIMP/GNOME projects. Plus these files can 1997-12-19 05:24:25 +00:00
acconfig.h Initial revision 1997-11-24 22:37:52 +00:00
AUTHORS Initial revision 1997-11-24 22:37:52 +00:00
autogen.sh I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
BUGS some bugs worked out. 1998-01-30 01:34:19 +00:00
ChangeLog Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-0 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-2 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-4 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-6 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-8 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
ChangeLog.pre-2-10 Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that 1998-02-01 02:28:14 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in this is a stack of grabbing widgets now, having unique entries. the 1998-01-19 08:23:24 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Release GTK+ 0.99.3. 1998-01-21 23:29:56 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
gtk+.prj Initial revision 1997-11-24 22:37:52 +00:00
gtk+.xconfig.in Initial revision 1997-11-24 22:37:52 +00:00
HACKING I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
INSTALL Patches to support internationalized input by: 1997-11-27 04:16:39 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Got rid of -z text for Solaris x86... again... sigh. 1998-01-21 05:04:45 +00:00
ltmain.sh This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libgdk to libX11 and libXext. -Jay 1998-01-12 15:41:36 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am added BUGS. -timj 1998-01-24 18:45:34 +00:00
Makefile.in The auto_shrink policy of the floating window is now set to TRUE. This 1998-01-28 03:41:55 +00:00
missing Initial revision 1997-11-24 22:37:52 +00:00
mkinstalldirs Initial revision 1997-11-24 22:37:52 +00:00
NEWS Release GTK+ 0.99.3. 1998-01-21 23:29:56 +00:00
README Release GTK+ 0.99.3. 1998-01-21 23:29:56 +00:00
REFCOUNTING hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO discovered and documented a new bug ;) 1998-01-30 03:51:43 +00:00

This is GTK+ version 0.99.3.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")