Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/pointer


Modified Files:
        ewl_pointer.c 


Log Message:
- add ewl_popup (a smart placing override window)
- use ewl_popup for combo, menu and tooltip

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/pointer/ewl_pointer.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_pointer.c       26 Oct 2006 05:37:11 -0000      1.2
+++ ewl_pointer.c       4 Nov 2006 16:58:05 -0000       1.3
@@ -52,6 +52,7 @@
 
        o = ewl_button_new();
        ewl_container_child_append(EWL_CONTAINER(pointer_win), o);
+       ewl_widget_color_set(EWL_WIDGET(o), 255, 255, 255, 200);
        ewl_widget_show(o);
 
        cur_timer = ecore_timer_add(2.0, timer_cb_in, o);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to