GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Tim Janik c2906f2bea always display the correct active state.
Thu Mar 26 21:37:57 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): always
                display the correct active state.

                        * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): always
                                display the correct active state.

                                        * gtk/gtkwidget.c (gtk_widget_set_arg): CAN_FOCUS and CAN_DEFAULT flag
                                                changes need to queue a resize.

                                                        * gtk/gtkbutton.c (gtk_button_paint): take border_width into
                                                                consideration for restrict area.

                                                                        * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): enable the
                                                                                draw_default member of GtkButton, otherwise the diplay is messed up
                                                                                        for CAN_DEFAULT toggles.
                                                                                                (gtk_toggle_button_draw_focus): always display whether the toggle button
                                                                                                        is active or not.

                                                                                                                * gtk/gtkwidget.c (gtk_widget_set_state):
                                                                                                                        (gtk_widget_set_sensitive):
                                                                                                                                (gtk_widget_set_parent):
                                                                                                                                        (gtk_widget_propagate_state): take into consideration, whether we really
                                                                                                                                                want to change childrens states, or just restauration of old states.
1998-03-26 21:57:45 +00:00
debian Removed debian/files for real 1998-03-24 04:42:55 +00:00
docs Use reversed arrow for menus ala Motif (and fix Options menus, which had X 1998-03-24 05:27:00 +00:00
examples added this directory with stuff from the tutorial, updated to compile and 1998-03-23 06:36:09 +00:00
gdk When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and 1998-03-26 20:57:29 +00:00
glib When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and 1998-03-26 20:57:29 +00:00
gtk always display the correct active state. 1998-03-26 21:57:45 +00:00
tests implemented new flag shrink_on_detach (TRUE by default) which will cause 1998-03-24 14:04:07 +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 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-0 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-2 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-4 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-6 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-8 always display the correct active state. 1998-03-26 21:57:45 +00:00
ChangeLog.pre-2-10 always display the correct active state. 1998-03-26 21:57:45 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in define the version variables in config.h. 1998-03-08 02:04:26 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Released GTK+ 0.99.8 1998-03-20 01:37:14 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
gtk-config.in Added trailing newline, hopefully will fix the problem with esac 1998-03-16 06:36:05 +00:00
gtk.m4 Added trailing newline, hopefully will fix the problem with esac 1998-03-16 06:36:05 +00:00
gtk+.prj Initial revision 1997-11-24 22:37:52 +00:00
gtk+.spec syntax 1998-03-20 16:03:21 +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 added gtk.m4 to EXTRA_DIST 1998-03-15 01:48:20 +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.8 1998-03-20 01:37:14 +00:00
README Released GTK+ 0.99.8 1998-03-20 01:37:14 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO always display the correct active state. 1998-03-26 21:57:45 +00:00

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