Go to file
Tim Janik 294cfcdb22 make use of *_by_id() functions for handler key.
Sat Mar 14 02:03:13 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtksignal.c: make use of *_by_id() functions for handler key.

        * gtk/gtkwidget.c: make use of *_by_id() functions for a bunch of keys.
        (gtk_widget_shutdown): new function to perform pre-destruction shutdown
        of the widget.
        (gtk_widget_unparent): call gtk_widget_set_parent_window(widget,NULL)

        * gtk/gtkobject.h:
        * gtk/gtkobject.c: GtkObject destruction is now split into an internally
        used shutdown class method and the usual GtkObject::destroy signal
        emission. this allowes for class based shutdown functionality prior
        to actuall object destruction.
        added *_by_id() counterparts for gtk_object_data_* functions, meant for
        internal use only.

        * gtk/gtkmain.c (gtk_quit_add_destroy): new function which will destroy
        a GtkObject once gtk_main() of a certain level finishes. it is save to
        destroy the object prior to that, gtk_quit_add_destroy will only destroy
        objects that are still existing.
1998-03-14 04:43:14 +00:00
docs
gdk
glib
gtk make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
tests
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-0 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-2 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-4 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-6 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-8 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
ChangeLog.pre-2-10 make use of *_by_id() functions for handler key. 1998-03-14 04:43:14 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk-config.in
gtk.m4
gtk+.prj
gtk+.spec Initial commit of spec file. 1998-03-13 20:20:38 +00:00
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
stamp-h.in
TODO

This is GTK+ version 0.99.5.   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

The official web site is:
  http://www.gimp.org/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")