Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/button


Modified Files:
        ewl_button.c 


Log Message:
left align is now default

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/button/ewl_button.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_button.c        11 Nov 2007 08:03:39 -0000      1.11
+++ ewl_button.c        13 Nov 2007 22:32:12 -0000      1.12
@@ -137,8 +137,6 @@
        check_button[0]  = ewl_checkbutton_new();
        ewl_button_label_set(EWL_BUTTON(check_button[0] ), "With Label");
        ewl_container_child_append(EWL_CONTAINER(vbox), check_button[0]);
-       ewl_object_alignment_set(EWL_OBJECT(check_button[0]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(check_button[0]);
 
        /*
@@ -148,8 +146,6 @@
        ewl_button_label_set(EWL_BUTTON(check_button[1] ), "With Label and 
checked");
        ewl_checkbutton_checked_set(EWL_CHECKBUTTON(check_button[1]), TRUE);
        ewl_container_child_append(EWL_CONTAINER(vbox), check_button[1]);
-       ewl_object_alignment_set(EWL_OBJECT(check_button[1]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(check_button[1]);
 
        /*
@@ -157,8 +153,6 @@
         */
        check_button[2]  = ewl_checkbutton_new();
        ewl_container_child_append(EWL_CONTAINER(vbox), check_button[2]);
-       ewl_object_alignment_set(EWL_OBJECT(check_button[2]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(check_button[2]);
 
        /*
@@ -168,8 +162,6 @@
        ewl_button_label_set(EWL_BUTTON(check_button[3] ), "Disabled");
        ewl_checkbutton_checked_set(EWL_CHECKBUTTON(check_button[3]), TRUE);
        ewl_container_child_append(EWL_CONTAINER(vbox), check_button[3]);
-       ewl_object_alignment_set(EWL_OBJECT(check_button[3]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_disable(check_button[3]);
        ewl_widget_show(check_button[3]);
 
@@ -194,24 +186,18 @@
        ewl_button_label_set(EWL_BUTTON(radio_button[0] ), "With Label");
        ewl_radiobutton_checked_set(radio_button[0], TRUE);
        ewl_container_child_append(EWL_CONTAINER(vbox), radio_button[0]);
-       ewl_object_alignment_set(EWL_OBJECT(radio_button[0]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(radio_button[0]);
 
        radio_button[1]  = ewl_radiobutton_new();
        ewl_radiobutton_chain_set(EWL_RADIOBUTTON(radio_button[1]),
                                  EWL_RADIOBUTTON(radio_button[0]));
        ewl_container_child_append(EWL_CONTAINER(vbox), radio_button[1]);
-       ewl_object_alignment_set(EWL_OBJECT(radio_button[1]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(radio_button[1]);
 
        radio_button[2]  = ewl_radiobutton_new();
        ewl_button_label_set(EWL_BUTTON(radio_button[2] ), "Disabled");
        ewl_radiobutton_checked_set(radio_button[2], TRUE);
        ewl_container_child_append(EWL_CONTAINER(vbox), radio_button[2]);
-       ewl_object_alignment_set(EWL_OBJECT(radio_button[2]),
-                                EWL_FLAG_ALIGN_LEFT);
        ewl_widget_disable(radio_button[2]);
        ewl_widget_show(radio_button[2]);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to