From 113c276df87402803382f26ee6eb1994e2e9f4ff Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 20 Feb 2000 16:17:08 +0000 Subject: Show the text of the item, in a tooltip style. (e_text_event): Add a 2000-02-20 Iain Holmes * widgets/e-text/e-text.[ch] (_do_tooltip): Show the text of the item, in a tooltip style. (e_text_event): Add a timeout on the Enter and remove it on the Leave events. * e-text-test.c: New file to test e-text items. svn path=/trunk/; revision=1866 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 176eadceb0..6b97845a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-02-20 Iain Holmes + + * widgets/e-text/e-text.[ch] (_do_tooltip): Show the text of the item, + in a tooltip style. + (e_text_event): Add a timeout on the Enter and remove it on the Leave + events. + + * e-text-test.c: New file to test e-text items. + 2000-02-20 Matt Loper * .cvsignore: added ABOUT-NLS. -- cgit