Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_text_test.c 


Log Message:
- fix wrap and align issues of the text widget
- bg color works now for the text

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text/ewl_text_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_text_test.c     7 May 2008 13:38:20 -0000       1.6
+++ ewl_text_test.c     28 Jun 2008 10:02:31 -0000      1.7
@@ -178,6 +178,10 @@
         printf("Appending 'Align Right.\\n' [279]\n");
         ewl_text_text_append(EWL_TEXT(o), "Align Right.\n");  /* 13 */
 
+        ewl_text_bg_color_set(EWL_TEXT(o), 255, 255, 255, 255);
+        ewl_text_align_set(EWL_TEXT(o), EWL_FLAG_ALIGN_LEFT);
+        ewl_text_text_append(EWL_TEXT(o), "White Background\n");
+
         return 1;
 }
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to