Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_text.c Log Message: - add alignment tests =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ewl_text.c 13 Jul 2006 19:43:24 -0000 1.14 +++ ewl_text.c 6 Sep 2006 17:11:07 -0000 1.15 @@ -183,7 +183,16 @@ trigger_cb_mouse_out, NULL); ewl_text_color_set(EWL_TEXT(o), 255, 0, 255, 255); - ewl_text_text_append(EWL_TEXT(o), "ONE MORE SEGV"); + ewl_text_text_append(EWL_TEXT(o), "ONE MORE SEGV\n\n"); + + ewl_text_color_set(EWL_TEXT(o), 0, 0, 0, 255); + ewl_text_text_append(EWL_TEXT(o), "Align Left\n"); + + ewl_text_align_set(EWL_TEXT(o), EWL_FLAG_ALIGN_CENTER); + ewl_text_text_append(EWL_TEXT(o), "Align Center.\n"); + + ewl_text_align_set(EWL_TEXT(o), EWL_FLAG_ALIGN_RIGHT); + ewl_text_text_append(EWL_TEXT(o), "Align Right.\n"); #if 0 printf("-- DUMP --\n"); ------------------------------------------------------------------------- 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