Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_textarea_test.c 


Log Message:
Fix extremely large cursor bug.
More progress on the textarea test.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_textarea_test.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_textarea_test.c 26 Oct 2004 14:00:01 -0000      1.23
+++ ewl_textarea_test.c 26 Oct 2004 22:02:26 -0000      1.24
@@ -146,11 +146,12 @@
        /*
         * Create the textarea to be displayed.
         */
-       textarea = ewl_entry_new(NULL);
+       textarea = ewl_entry_new("");
        ewl_container_child_append(EWL_CONTAINER(scrollpane), textarea);
-       ewl_object_fill_policy_set(EWL_OBJECT(textarea), EWL_FLAG_FILL_NONE);
+       ewl_object_fill_policy_set(EWL_OBJECT(textarea), EWL_FLAG_FILL_FILL);
        ewl_callback_append(textarea, EWL_CALLBACK_REALIZE, __font_get,
                            spinner);
+       ewl_entry_multiline_set(EWL_ENTRY(textarea), TRUE);
        ewl_widget_show(textarea);
 
        ewl_callback_append(spinner, EWL_CALLBACK_VALUE_CHANGED, __font_set,




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to