Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_box_test.c 


Log Message:
Remove the old documentation generating framework, add in the new template and
configurations for doxygen. To generate, "doxygen Doxyfile", though a mirror
will be available shortly at http://ningerso.atmos.org/ewl-manual-0.0.3/

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_box_test.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_box_test.c      10 Jun 2003 07:02:20 -0000      1.21
+++ ewl_box_test.c      27 Aug 2003 06:55:38 -0000      1.22
@@ -52,7 +52,7 @@
                                           EWL_FILL_POLICY_HSHRINK);
        } else {
                ewl_button_set_label(EWL_BUTTON(w),
-                                    "Don't shrink this box at all");
+                                    "Don't shrink this box");
                ewl_object_set_fill_policy(EWL_OBJECT(w), EWL_FILL_POLICY_NONE);
        }
 
@@ -132,7 +132,8 @@
        box_button = w;
 
        box_win = ewl_window_new();
-       ewl_object_set_fill_policy(EWL_OBJECT(box_win), EWL_FILL_POLICY_NONE);
+       ewl_object_set_fill_policy(EWL_OBJECT(box_win), EWL_FILL_POLICY_SHRINK);
+       ewl_object_request_size(EWL_OBJECT(box_win), 256, 256);
        ewl_callback_append(box_win, EWL_CALLBACK_DELETE_WINDOW,
                            __destroy_box_test_window, NULL);
        ewl_widget_show(box_win);




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