Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_combo.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/combo/ewl_combo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_combo.c 26 Oct 2006 16:11:54 -0000      1.3
+++ ewl_combo.c 4 Nov 2006 16:58:05 -0000       1.4
@@ -243,8 +243,10 @@
        d = ewl_mvc_data_get(EWL_MVC(w));
        idx = ewl_mvc_selected_get(EWL_MVC(w));
 
-       printf("value changed to %d (%s)\n",
-                       idx->row, d->data[idx->row]);
+       /*
+       printf("value changed to %d %p)\n",
+               idx->row, d->data[idx->row]);
+       */
 }
 
 static void



-------------------------------------------------------------------------
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