Go to file
Tim Janik 64ca527ecb for the emission of AFTER signals, fetch the objects signals via
Tue Feb  3 15:09:55 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtksignal.c (gtk_signal_real_emit): for the emission
          of AFTER signals, fetch the objects signals via
          gtk_signal_get_handlers again. some handlers might have
          been removed or added. not doing this would mess up the
          memchunk allocation of signal handlers (this had been
          triggered by multiple *_while_alive connections), bad, bad, bad!
          (gtk_handlers_run): do the referencing on signal handlers
          unconditionally, the invokation of AFTER handlers will now take
          care of modified lists.

        * gtk/gtksignal.h: added gtk_signal_connect_while_alive.
1998-02-03 21:36:06 +00:00
docs Some documentation of the internals. 1998-02-01 08:22:51 +00:00
gdk Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't 1998-02-03 20:57:40 +00:00
glib fixed a refresh bug with unrealization of no_window widgets. 1998-02-02 05:35:59 +00:00
gtk for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
tests don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +00:00
.cvsignore
acconfig.h
AUTHORS
autogen.sh I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
ChangeLog for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-0 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-2 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-4 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-6 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-8 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
ChangeLog.pre-2-10 for the emission of AFTER signals, fetch the objects signals via 1998-02-03 21:36:06 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
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
mkinstalldirs
NEWS
README
REFCOUNTING hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
stamp-h.in
TODO don't add the same menu to different menuitems/ optionmenus. 1998-02-03 15:14:35 +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")