Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        selections.c 


Log Message:
Support for more comprehensive merging of lines internally. Fix
etox_prepend_text. Start of wrapping test in etox_selections.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/selections.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- selections.c        26 Jul 2003 06:35:22 -0000      1.4
+++ selections.c        28 Jul 2003 22:04:31 -0000      1.5
@@ -51,12 +51,12 @@
        evas_object_show(bg);
 
        /* Create message etox */
-       etox = etox_new_all(evas, 10, 10, 480, 180, 255, ETOX_ALIGN_LEFT);
-       etox_context_set_align(etox, ETOX_ALIGN_LEFT);
+       etox = etox_new_all(evas, 10, 10, 480, 180, 255, ETOX_ALIGN_LEFT |
+                       ETOX_ALIGN_BOTTOM);
        etox_context_set_font(etox, "sinon", 14);
        etox_context_set_color(etox, 0, 255, 0, 255);
        etox_context_set_style(etox, "shadow");
-       /* etox_context_set_soft_wrap(etox, 1); */
+       etox_context_set_soft_wrap(etox, 1);
        etox_set_text(etox, msg);
        etox_set_alpha(etox, 255);
        etox_set_layer(etox, 1000);




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to