Enlightenment CVS committal Author : andreas Project : e17 Module : proto
Dir : e17/proto/eflpp/examples/ecore/timers 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/timers/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 @@ -36,7 +36,7 @@ shadow->resize( evas->size() ); shadow->setFill( 0, 0, evas->size() ); shadow->show(); - shadow->setFocus(); + shadow->setFocus( true ); logo = new efl::EvasImage( 40, 20, PACKAGE_DATA_DIR "/images/e_logo.png", evas ); logo->setColor( 255, 255, 255, 0 ); @@ -100,4 +100,3 @@ delete app; 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