Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_text_editor.c 


Log Message:
- make the text editor word wrap

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text_editor.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_text_editor.c   14 Aug 2006 14:56:55 -0000      1.7
+++ ewl_text_editor.c   6 Sep 2006 17:58:41 -0000       1.8
@@ -129,7 +129,7 @@
        ewl_container_child_append(EWL_CONTAINER(scroll), o);
        ewl_widget_name_set(o, "entry");
        ewl_entry_multiline_set(EWL_ENTRY(o), TRUE);
-       ewl_text_wrap_set(EWL_TEXT(o), TRUE);
+       ewl_text_wrap_set(EWL_TEXT(o), EWL_TEXT_WRAP_WORD);
        ewl_text_font_size_set(EWL_TEXT(o), 12);
 
        ewl_text_underline_color_set(EWL_TEXT(o), 0, 0, 0, 255);



-------------------------------------------------------------------------
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

Reply via email to