Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto

Dir     : e17/proto/eflpp/examples/ecore/paint


Modified Files:
        main.cpp 


Log Message:
- improved EsmartTextEntry and example
- abstract EvasEsmart class that eases Esmart object creation
- New EvasEsmartGroup with sample implementation of the EvasEsmart class (not 
complete)

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/examples/ecore/paint/main.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.cpp    3 Jul 2007 22:42:32 -0000       1.1
+++ main.cpp    10 Jul 2007 21:38:09 -0000      1.2
@@ -26,7 +26,7 @@
     {
         setLayer( 10 );
         setColor( 255, 255, 255, 0 ); // fully transparent, to catch the mouse 
events
-        setFocus();
+        setFocus( true );
     }
     virtual ~PaintArea() { };
 
@@ -120,5 +120,3 @@
 
     return 0;
 }
-
-



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to