Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        Makefile.am ewl_combo_test.c ewl_test.c ewl_test.h 
Added Files:
        ewl_colorpicker_test.c 


Log Message:
Add a test for the color picker.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- Makefile.am 16 Jul 2004 23:39:40 -0000      1.43
+++ Makefile.am 30 Jul 2004 19:52:00 -0000      1.44
@@ -17,6 +17,7 @@
                                        ewl_test.c \
                                        ewl_box_test.c \
                                        ewl_button_test.c \
+                                       ewl_colorpicker_test.c \
                                        ewl_combo_test.c \
                                        ewl_entry_test.c \
                                        ewl_image_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_combo_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_combo_test.c    8 Jun 2004 05:53:33 -0000       1.1
+++ ewl_combo_test.c    30 Jul 2004 19:52:00 -0000      1.2
@@ -19,7 +19,7 @@
 }
 
 void
-__value_changed(Ewl_Widget * w, void *ev_data, void *user_data)
+__combo_value_changed(Ewl_Widget * w, void *ev_data, void *user_data)
 {
        char           *text = ev_data;
 
@@ -77,7 +77,7 @@
        ewl_callback_append(combo1, EWL_CALLBACK_CONFIGURE,
                            __combo_configure, NULL);
        ewl_callback_append(combo1, EWL_CALLBACK_VALUE_CHANGED,
-                                                                                      
 __value_changed, NULL);
+                                                                                      
 __combo_value_changed, NULL);
        ewl_widget_show(combo1);
 
        /*
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- ewl_test.c  29 Jul 2004 20:00:34 -0000      1.66
+++ ewl_test.c  30 Jul 2004 19:52:00 -0000      1.67
@@ -71,6 +71,7 @@
        static test_set       tests[] = {
                { "Box",         __create_box_test_window,         "ewl_box_test.c" },
                { "Button",      __create_button_test_window,      "ewl_button_test.c" 
},
+               { "ColorPicker", __create_colorpicker_test_window, 
"ewl_colorpicker_test.c" },
                { "Combo",       __create_combo_test_window,       "ewl_combo_test.c" 
},
                { "Entry",       __create_entry_test_window,       "ewl_entry_test.c" 
},
                { "Filedialog",  __create_filedialog_test_window,  
"ewl_filedialog_test.c" },
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_test.h  26 Jun 2004 19:09:34 -0000      1.7
+++ ewl_test.h  30 Jul 2004 19:52:00 -0000      1.8
@@ -31,6 +31,8 @@
                                           void *user_data);
 void            __create_menu_test_window(Ewl_Widget * w, void *ev_data,
                                           void *user_data);
+void            __create_colorpicker_test_window(Ewl_Widget * w, void *ev_data,
+                                                void *user_data);
 void            __create_combo_test_window(Ewl_Widget * w, void *ev_data,
                                           void *user_data);
 void            __create_notebook_test_window(Ewl_Widget * w, void *ev_data,




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to