GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Shawn Amundson dc4e9e2fe1 corrects a small resize bug in the viewport widget. The viewport widget
* gtk/gtkviewport.c: corrects a small resize bug in the
          viewport widget.  The viewport widget provides a _set_shadow
          function to draw its shadows. But if GTK_SHADOW_NONE is sent
          to this function, the viewport isn't resized correctly (it's
          still considered as a shadowed widget).  (gtk-fortier-971213-0)

        * gtk/gtknotebook.c: this patch fixes the redraw problems of
          notebook tabs, without using gdk_gc_set_clip_rectangle.
          (gtk-hamann_jeske-971218-0)

        * add gtk_widget_(show/hide)_all (Stefan Wille)
          (gtk-wille-301297-0)  Patch for testgtk not included
          because it did not patch clean.

-Shawn
1998-01-02 20:22:38 +00:00
docs For consistancy with GIMP/GNOME projects. Plus these files can 1997-12-19 05:24:25 +00:00
gdk Fixed recursing bug in gdk_exit_func() 1998-01-02 03:43:24 +00:00
glib Miscellaneous portability fixes. 1998-01-02 03:36:27 +00:00
gtk corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
tests Fix warnings in testgtk 1998-01-02 04:31:37 +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
ChangeLog corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-0 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-2 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-4 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-6 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-8 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
ChangeLog.pre-2-10 corrects a small resize bug in the viewport widget. The viewport widget 1998-01-02 20:22:38 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Fixed up the xinput test in configure.in 1998-01-02 05:15:34 +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 Added HACKING instructions - please revise as necessary 1998-01-01 18:57:04 +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 Added root coords to button & motion events - sopwith 1997-12-17 14:36:57 +00:00
ltmain.sh Initial revision 1997-11-24 22:37:52 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +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 Initial revision 1997-11-24 22:37:52 +00:00
README New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
REFCOUNTING Filling in the details. 1997-12-18 02:24:41 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO HandleBox mostly works now (the size_request and size_allocate is black magic to me, I am lucky it works :) Plus a few other changes 1997-12-28 01:28:27 +00:00

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