Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_button_test.c ewl_entry_test.c ewl_floater_test.c 
        ewl_selectionbar_test.c ewl_selectionbook_test.c 
        ewl_spinner_test.c ewl_table_test.c ewl_test.c 
Added Files:
        .indent.pro ewl_menu_bar_test.c 


Log Message:
Merge of EWL from SPLIT.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_button_test.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_button_test.c   16 Apr 2002 18:25:00 -0000      1.14
+++ ewl_button_test.c   14 Jan 2003 21:45:07 -0000      1.15
@@ -67,7 +67,7 @@
        /*
         * Add a separator between the classic buttons and the check buttons.
         */
-       separator[0] = ewl_vseparator_new();
+       separator[0] = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(button_box), separator[0]);
        ewl_widget_show(separator[0]);
 
@@ -92,7 +92,7 @@
        /*
         * Add a separator between the check buttons and the radio buttons
         */
-       separator[1] = ewl_vseparator_new();
+       separator[1] = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(button_box), separator[1]);
        ewl_widget_show(separator[1]);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_entry_test.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_entry_test.c    14 Aug 2002 02:05:37 -0000      1.12
+++ ewl_entry_test.c    14 Jan 2003 21:45:08 -0000      1.13
@@ -64,8 +64,8 @@
        entry_button = w;
 
        entry_win = ewl_window_new();
-       ewl_window_resize(EWL_WINDOW(entry_win), 371, 96);
        ewl_window_set_min_size(EWL_WINDOW(entry_win), 371, 96);
+       ewl_window_set_auto_size(EWL_WINDOW(entry_win), TRUE);
        ewl_callback_append(entry_win, EWL_CALLBACK_DELETE_WINDOW,
                            __destroy_entry_test_window, NULL);
        ewl_widget_show(entry_win);
@@ -89,21 +89,18 @@
        ewl_widget_show(entry[1]);
 
        button_hbox = ewl_hbox_new();
-       ewl_object_set_custom_size(EWL_OBJECT(button_hbox), 211, 23);
        ewl_object_set_alignment(EWL_OBJECT(button_hbox), EWL_ALIGNMENT_CENTER);
        ewl_container_append_child(EWL_CONTAINER(entry_box), button_hbox);
        ewl_box_set_spacing(EWL_BOX(button_hbox), 5);
        ewl_widget_show(button_hbox);
 
        button[0] = ewl_button_new("Fetch text");
-       ewl_object_set_custom_size(EWL_OBJECT(button[0]), 100, 17);
        ewl_container_append_child(EWL_CONTAINER(button_hbox), button[0]);
        ewl_callback_append(button[0], EWL_CALLBACK_CLICKED,
                            __fetch_entry_text, NULL);
        ewl_widget_show(button[0]);
 
        button[1] = ewl_button_new("Set Text");
-       ewl_object_set_custom_size(EWL_OBJECT(button[1]), 100, 17);
        ewl_container_append_child(EWL_CONTAINER(button_hbox), button[1]);
        ewl_callback_append(button[1], EWL_CALLBACK_CLICKED,
                            __set_entry_text, NULL);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_floater_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_floater_test.c  14 Aug 2002 02:05:37 -0000      1.3
+++ ewl_floater_test.c  14 Jan 2003 21:45:08 -0000      1.4
@@ -74,7 +74,7 @@
        ewl_object_set_custom_size(EWL_OBJECT(button[1]), 100, 17);
        ewl_widget_show(button[1]);
 
-       separator = ewl_vseparator_new();
+       separator = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(floater), separator);
        ewl_widget_show(separator);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_selectionbar_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_selectionbar_test.c     14 Aug 2002 02:05:37 -0000      1.2
+++ ewl_selectionbar_test.c     14 Jan 2003 21:45:08 -0000      1.3
@@ -58,8 +58,8 @@
        ewl_widget_show(box_button);
        
        sbar = ewl_selectionbar_new(box);
-//     ewl_object_set_fill_policy(EWL_OBJECT(sbar), EWL_FILL_POLICY_FILL);
-//     ewl_container_append_child(EWL_CONTAINER(sbar_win), sbar);
+       ewl_object_set_fill_policy(EWL_OBJECT(sbar), EWL_FILL_POLICY_FILL);
+       ewl_container_append_child(EWL_CONTAINER(sbar_win), sbar);
        ewl_widget_show(sbar);
 
        child[0] = ewl_button_new("child 1");
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_selectionbook_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_selectionbook_test.c    14 Aug 2002 02:05:37 -0000      1.2
+++ ewl_selectionbook_test.c    14 Jan 2003 21:45:09 -0000      1.3
@@ -77,7 +77,7 @@
        ewl_widget_show(spinner);
 
 
-       separator = ewl_vseparator_new();
+       separator = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(panel[1]), separator);
        ewl_widget_show(separator);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_spinner_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_spinner_test.c  14 Aug 2002 02:05:37 -0000      1.9
+++ ewl_spinner_test.c  14 Jan 2003 21:45:09 -0000      1.10
@@ -140,7 +140,7 @@
                            __spinner_value_changed, NULL);
        ewl_widget_show(spinner[0]);
 
-       separator[0] = ewl_vseparator_new();
+       separator[0] = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(spinner_box), separator[0]);
        ewl_widget_show(separator[0]);
 
@@ -159,7 +159,7 @@
                            __spinner_value_changed, NULL);
        ewl_widget_show(spinner[1]);
 
-       separator[1] = ewl_vseparator_new();
+       separator[1] = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(spinner_box), separator[1]);
        ewl_widget_show(separator[1]);
 
@@ -178,7 +178,7 @@
                            __spinner_value_changed, NULL);
        ewl_widget_show(spinner[2]);
 
-       separator[2] = ewl_vseparator_new();
+       separator[2] = ewl_hseparator_new();
        ewl_container_append_child(EWL_CONTAINER(spinner_box), separator[2]);
        ewl_widget_show(separator[2]);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_table_test.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_table_test.c    14 Aug 2002 02:05:37 -0000      1.13
+++ ewl_table_test.c    14 Jan 2003 21:45:09 -0000      1.14
@@ -63,7 +63,7 @@
 
 
        button[0] = ewl_button_new("FIRST");
-       /* ewl_table_add(EWL_TABLE(table), button[0], 3, 4, 2, 3); */
+       ewl_table_add(EWL_TABLE(table), button[0], 3, 4, 2, 3);
        ewl_widget_show(button[0]);
 
 /*
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_test.c  14 Aug 2002 02:05:37 -0000      1.37
+++ ewl_test.c  14 Jan 2003 21:45:09 -0000      1.38
@@ -1,4 +1,5 @@
 #include <Ewl.h>
+#include <ewl-config.h>
 
 #define BUTTONS 17
 
@@ -108,7 +109,7 @@
         * Create the button for the box test and add it to the box.
         */
        button[i] = ewl_button_new("Ewl_Box");
-       ewl_object_set_padding(EWL_OBJECT(button[i]), 0, 0, 10, 0);
+       ewl_object_set_padding(EWL_OBJECT(button[i]), 0, 0, 10, 5);
        ewl_callback_append(button[i], EWL_CALLBACK_CLICKED,
                            __create_box_test_window, NULL);
        i++;




-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to