Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_entry.c ewl_text.c 


Log Message:
Set some more common default fill policies on the text widgets.
Cleanup the theme test layout.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_entry.c 3 Oct 2005 06:43:06 -0000       1.25
+++ ewl_entry.c 5 Oct 2005 06:14:06 -0000       1.26
@@ -52,6 +52,9 @@
        ewl_widget_inherit(w, "entry");
        ewl_widget_appearance_set(w, "entry");
 
+       ewl_object_fill_policy_set(EWL_OBJECT(e), EWL_FLAG_FILL_HSHRINK |
+                                                 EWL_FLAG_FILL_HFILL);
+
        ewl_container_callback_intercept(EWL_CONTAINER(w), EWL_CALLBACK_SELECT);
        ewl_container_callback_intercept(EWL_CONTAINER(w), 
EWL_CALLBACK_DESELECT);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_text.c  3 Oct 2005 06:43:07 -0000       1.23
+++ ewl_text.c  5 Oct 2005 06:14:06 -0000       1.24
@@ -99,6 +99,8 @@
        ewl_widget_appearance_set(EWL_WIDGET(t), "text");
        ewl_widget_inherit(EWL_WIDGET(t), "text");
 
+       ewl_object_fill_policy_set(EWL_OBJECT(t), EWL_FLAG_FILL_NONE);
+
        t->triggers = ecore_list_new();
 
        /* create the formatting tree before we do any formatting */




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to