Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
Consolidated flags from object and widget into the object, added an API for
interacting with those flags. Moved the default theme to Winter by rephorm.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_config.c        19 Jul 2003 04:20:40 -0000      1.24
+++ ewl_config.c        29 Sep 2003 21:46:51 -0000      1.25
@@ -105,9 +105,9 @@
        e_conf.button_hbox = ewl_hbox_new();
        ewl_box_set_spacing(EWL_BOX(e_conf.button_hbox), 5);
        ewl_object_set_alignment(EWL_OBJECT(e_conf.button_hbox),
-                                EWL_ALIGNMENT_CENTER);
+                                EWL_FLAG_ALIGN_CENTER);
        ewl_object_set_fill_policy(EWL_OBJECT(e_conf.button_hbox),
-                                  EWL_FILL_POLICY_NORMAL);
+                                  EWL_FLAG_FILL_NORMAL);
        ewl_container_append_child(EWL_CONTAINER(e_conf.main_vbox),
                                   e_conf.button_hbox);
        ewl_widget_show(e_conf.button_hbox);
@@ -529,7 +529,7 @@
        confirm.text = ewl_text_new("You have made modifications."
                        "What would you like to do?");
        ewl_object_set_alignment(EWL_OBJECT(confirm.text),
-                                EWL_ALIGNMENT_CENTER);
+                                EWL_FLAG_ALIGN_CENTER);
        ewl_container_append_child(EWL_CONTAINER(confirm.main_vbox),
                                   confirm.text);
        ewl_widget_show(confirm.text);
@@ -537,7 +537,7 @@
        confirm.button_hbox = ewl_hbox_new();
        ewl_box_set_spacing(EWL_BOX(confirm.button_hbox), 5);
        ewl_object_set_alignment(EWL_OBJECT(confirm.button_hbox),
-                                EWL_ALIGNMENT_CENTER);
+                                EWL_FLAG_ALIGN_CENTER);
        ewl_container_append_child(EWL_CONTAINER(confirm.main_vbox),
                                   confirm.button_hbox);
        ewl_widget_show(confirm.button_hbox);




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