From ee070bdf74ec488b0d8186467cbf1d66353f4bfb Mon Sep 17 00:00:00 2001 From: iholmes Date: Tue, 11 Apr 2000 18:28:59 +0000 Subject: e-text.c: Recalc bounds when changing the width/clip_width forward clicks on the tooltip to the pareent item tooltip obeys parents line_wrap and max_lines e_text_point returns 0 when pointer is on the item svn path=/trunk/; revision=2394 --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b87ea6c5b..89700ccefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ -2000-04-11 Chris Toshok +00-04-11 Iain Holmes + + * widgets/e-text/e-text.c + (e_text_set_args): Recalculate bounds when width or clip_width changes. + (tooltip_event): Forward clicks on the tooltip onto the text item. + (_do_tooltip): Correct the origin co-ordinates to the items co-ords. + (e_text_point): Return 0 when the mouse is on the item. + (_do_tooltip): Make the tooltip obey the parent items line_wrap and max_ + lines. + +00-04-11 Chris Toshok * addressbook/backend/pas/pas-backend-file.c (get_e_card_prop): new function, taking code from func_contains to -- cgit