Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am ewl_test.c ewl_test.h 
Added Files:
        ewl_calendar_test.c 


Log Message:
Merged in Ewl_Calendar widget

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 2 Jul 2005 03:43:02 -0000       1.5
+++ Makefile.am 10 Jul 2005 08:18:04 -0000      1.6
@@ -18,6 +18,7 @@
                                        ewl_border_test.c \
                                        ewl_box_test.c \
                                        ewl_button_test.c \
+                                       ewl_calendar_test.c \
                                        ewl_colordialog_test.c \
                                        ewl_colorpicker_test.c \
                                        ewl_combo_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_test.c  2 Jul 2005 03:43:02 -0000       1.12
+++ ewl_test.c  10 Jul 2005 08:18:05 -0000      1.13
@@ -82,6 +82,12 @@
                                "other widget inside the button."
                },
                {
+                       "Calendar",
+                       __create_calendar_test_window,
+                       "ewl_calendar_test.c",
+                       "Defines a calendar widget."
+               },
+               {
                        "ColorDialog",
                        __create_colordialog_test_window,
                        "ewl_colordialog_test.c",
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_test.h  2 Jul 2005 03:43:02 -0000       1.6
+++ ewl_test.h  10 Jul 2005 08:18:05 -0000      1.7
@@ -20,6 +20,7 @@
 void __create_border_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_box_test_window           (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_button_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
+void __create_calendar_test_window     (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_colordialog_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);




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to