Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_tooltip_test.c 


Log Message:
Added a field to track inheritance for widgets. Cleaned up some warnings in
the overlay container. Fixed up the tooltips to behave more as expected.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_tooltip_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_tooltip_test.c  16 Jan 2004 16:49:06 -0000      1.5
+++ ewl_tooltip_test.c  21 Feb 2004 04:50:46 -0000      1.6
@@ -45,7 +45,7 @@
        ewl_widget_show (button);
 
        tooltip = ewl_tooltip_new (button);
-       ewl_tooltip_set_delay (EWL_TOOLTIP (tooltip), 0.5);
+       ewl_tooltip_set_delay (EWL_TOOLTIP (tooltip), 2.5);
        ewl_container_append_child(EWL_CONTAINER (tooltip_win), tooltip);
 
        return;




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to