GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Elliot Lee 39a05c0b55 gtk_button_remove(): When removing a child widget from a button, we don't
gtk_button_remove():
	When removing a child widget from a button, we don't want to check
	the child's visibility after removal (for the purpose of knowing
	whether a queue_resize is needed), we want to check it *before*,
	because the child may be destroyed during the
	gtk_widget_unparent()

	The diff is clearer than this stupid log message. :)
1998-04-07 19:51:06 +00:00
debian Removed debian/files for real 1998-03-24 04:42:55 +00:00
docs more on GIMP (et al) configure problems. 1998-04-06 17:53:42 +00:00
examples Change a missed "delete_event" return value description from TRUE to 1998-04-06 08:13:48 +00:00
gdk Make debug string parsine case-insensitive 1998-04-04 01:56:54 +00:00
glib fixed a bug that caused floats of the format ".xxx" to be parsed as "xxx". 1998-04-06 17:12:31 +00:00
gtk gtk_button_remove(): When removing a child widget from a button, we don't 1998-04-07 19:51:06 +00:00
tests forgot to set the initial `0' cursor. 1998-03-31 04:39:57 +00:00
.cvsignore Removed gtk+-xconfig added gtk-config 1998-03-13 01:52:51 +00:00
acconfig.h define the version variables in config.h. 1998-03-08 02:04:26 +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
ChangeLog Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-0 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-2 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-4 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-6 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-8 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
ChangeLog.pre-2-10 Set the window hints on every map so that GTK_WIN_POS_MOUSE works 1998-04-07 04:17:27 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in If the widget is _not_ a descendant of a Window widget, propagate key 1998-03-27 05:17:11 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Improved main loop test. (Quits main loop properly, makes it more obvious 1998-03-30 23:04:51 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
gtk-config.in Make tab key move in reading order (left-to-right top to bottom) - which 1998-04-06 04:31:15 +00:00
gtk.m4 Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow querying 1998-04-04 00:12:58 +00:00
gtk+.prj Initial revision 1997-11-24 22:37:52 +00:00
gtk+.spec Released GTK+ 0.99.9 1998-03-28 01:01:54 +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 fixes to locale checks 1998-03-22 21:31:10 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1. 1998-03-14 06:42:39 +00:00
ltmain.sh the Solaris ltconfig patch from draco 1998-03-19 22:35:51 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson 1998-03-31 23:43:49 +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 Released GTK+ 0.99.9 1998-03-28 01:01:54 +00:00
README Released GTK+ 0.99.9 1998-03-28 01:01:54 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO changes to follow 1998-04-03 23:06:26 +00:00

This is GTK+ version 0.99.9.   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")