GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Tim Janik 83e3008d35 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip,
Wed Feb 18 02:58:50 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtktooltips.h:
          new functions gtk_tooltips_data_get and
          gtk_tooltips_set_tip, gtk_tooltips_set_tips is discouraged now.
        (_GtkTooltips): removed some fields that were never used.
          changed boolean fields to one bit size, to pack together with
          the delay field.
        (_GtkTooltipsData): added tip_private, renamed tips_text to
          tip_text.
        * gtk/gtktooltips.c:
          (gtk_tooltips_data_get): new function to retrive the
          _GtkTooltipsData structure of a widget.
        (gtk_tooltips_set_tip): new function for more extensible tooltips
          settings than gtk_tooltips_set_tips which is discuraged now.
          removed a bug that caused a stale object_data key to a
          _GtkTooltipsData structure.
          removed a bug that caused tips falsly to come up for a grab widget
          on widgets where events were grabbed from.
1998-02-18 02:40:08 +00:00
docs Fixed some incorrect information. 1998-02-13 23:00:54 +00:00
gdk Added some missing newlines on debug messages. 1998-02-17 20:13:43 +00:00
glib Make g_slist_insert_sorted() always insert. 1998-02-17 18:52:52 +00:00
gtk new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
tests Realize window before creating xpm so it gets the right colormap/visual, 1998-02-13 05:33:17 +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
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 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-0 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-2 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-4 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-6 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-8 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
ChangeLog.pre-2-10 new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in this is a stack of grabbing widgets now, having unique entries. the 1998-01-19 08:23:24 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Release GTK+ 0.99.3. 1998-01-21 23:29:56 +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 I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +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 Got rid of -z text for Solaris x86... again... sigh. 1998-01-21 05:04:45 +00:00
ltmain.sh This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libgdk to libX11 and libXext. -Jay 1998-01-12 15:41:36 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am added BUGS. -timj 1998-01-24 18:45:34 +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 invoke gtk_entry_grow_text already in this place, so the application will 1998-02-17 08:32:55 +00:00
README Release GTK+ 0.99.3. 1998-01-21 23:29:56 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO invoke gtk_entry_grow_text already in this place, so the application will 1998-02-17 08:32:55 +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")