Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_textarea_test.c 


Log Message:
Work towards getting the scrollpane back in working order, and clipping
textareas correctly. Some theme work left to do.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_textarea_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_textarea_test.c 18 Jun 2003 05:39:32 -0000      1.6
+++ ewl_textarea_test.c 2 Sep 2003 21:57:13 -0000       1.7
@@ -83,7 +83,8 @@
        textarea_win = ewl_window_new();
        ewl_object_set_fill_policy(EWL_OBJECT(textarea_win),
                        EWL_FILL_POLICY_FILL);
-       ewl_object_set_minimum_size(EWL_OBJECT(textarea_win), 200, 200);
+       ewl_object_set_maximum_size(EWL_OBJECT(textarea_win), 200, 200);
+       ewl_object_set_maximum_size(EWL_OBJECT(textarea_win), 400, 400);
        ewl_callback_append(textarea_win, EWL_CALLBACK_DELETE_WINDOW,
                            __destroy_textarea_test_window, NULL);
        ewl_widget_show(textarea_win);
@@ -94,6 +95,8 @@
        textarea_box = ewl_vbox_new();
        ewl_box_set_spacing(EWL_BOX(textarea_box), 10);
        ewl_container_append_child(EWL_CONTAINER(textarea_win), textarea_box);
+       ewl_object_set_fill_policy(EWL_OBJECT(textarea_box),
+                       EWL_FILL_POLICY_FILL | EWL_FILL_POLICY_SHRINK);
        ewl_widget_show(textarea_box);
 
        /*




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to