summaryrefslogtreecommitdiff
path: root/gtk/gtktooltips.c
Commit message (Collapse)AuthorAgeFilesLines
* code and structure clean ups. fixed the tooltips flickering bug.Tim Janik1998-03-111-128/+80
| | | | | | | | Wed Mar 11 03:35:17 1998 Tim Janik <timj@gimp.org> * gtk/gtktooltips.h: * gtk/gtktooltips.c: code and structure clean ups. fixed the tooltips flickering bug.
* new functions gtk_tooltips_data_get and gtk_tooltips_set_tip,Tim Janik1998-02-181-29/+34
| | | | | | | | | | | | | | | | | | | | | | 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.
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-82/+86
| | | | | still some gnits left, but keep working on it ;) -timj
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-21/+10
| | | | -owt
* Changes to make drawing work correctly (no black text on black background).Owen Taylor1997-12-051-8/+17
| | | | | | Also, removed calls to gtk_widget_set_events (that produced warnings) -owt
* Initial revisionElliot Lee1997-11-241-0/+632