Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_test.c 


Log Message:
Trivial "bug".

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_test.c  4 May 2005 17:25:21 -0000       1.4
+++ ewl_test.c  19 May 2005 05:26:47 -0000      1.5
@@ -66,7 +66,7 @@
        Ewl_Widget     *main_box;
        Ewl_Widget     *main_tree;
        Ewl_Widget     *main_area;
-        Ewl_Widget     *separator;
+        /* Ewl_Widget     *separator; */
         Ewl_Widget     *tooltip;
        Ewl_Widget     *prow[BUTTONS];
        static test_set       tests[] = {
@@ -186,7 +186,8 @@
        printf("HEAP SIZE:\t%u bytes\n", heap_end - heap_start);
 
        main_win = ewl_window_new();
-       ewl_object_size_request(EWL_OBJECT(main_win), 400, 400);
+       ewl_object_fill_policy_set(EWL_OBJECT(main_win), EWL_FLAG_FILL_ALL);
+       /* ewl_object_size_request(EWL_OBJECT(main_win), 400, 400); */
        ewl_window_title_set(EWL_WINDOW(main_win),
                             "The Enlightenment Widget Library");
        ewl_window_name_set(EWL_WINDOW(main_win), "EWL Test Application");
@@ -214,9 +215,11 @@
                                     EWL_FLAG_FILL_VFILL);
        ewl_widget_show(main_tree);
 
+       /*
        separator = ewl_vseparator_new();
        ewl_container_child_append(EWL_CONTAINER(main_box), separator);
        ewl_widget_show(separator);
+       */
 
        main_area = ewl_scrollpane_new();
        ewl_widget_show(main_area);




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to