Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto

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


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/simple/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
@@ -22,7 +22,7 @@
     image->resize( evas->size() );
     image->setFill( 0, 0, image->trueSize() );
     image->show();
-    image->setFocus();
+    image->setFocus( true );
 
     efl::EvasImage* shadow = new efl::EvasImage( 0, 0, PACKAGE_DATA_DIR 
"/images/panel_shadow.png", evas );
     shadow->resize( evas->size() );
@@ -45,5 +45,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