Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


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


Log Message:
- reworking the notebook api to be more consistent with the rest of the api
- basics are there, need to get all of the insert/delete stuff working and
  putting everything where it belongs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Makefile.am 31 Dec 2005 06:03:35 -0000      1.14
+++ Makefile.am 3 Feb 2006 06:00:12 -0000       1.15
@@ -37,6 +37,7 @@
                                        ewl_menu_test.c \
                                        ewl_menu_bar_test.c \
                                        ewl_notebook_test.c \
+                                       ewl_notebook2_test.c \
                                        ewl_paned_test.c \
                                        ewl_password_test.c \
                                        ewl_progressbar_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_test.c  12 Jan 2006 14:58:33 -0000      1.24
+++ ewl_test.c  3 Feb 2006 06:00:12 -0000       1.25
@@ -208,6 +208,14 @@
                                "between using tab labels along one\nedge"
                },
                {
+                       "Notebook2",
+                       __create_notebook2_test_window,
+                       "ewl_notebook2_test.c",
+                       "Provides a container whose children\n"
+                       "are pages that can be switched\n"
+                       "between using tab labels along one\nedge"
+               },
+               {
                        "Paned",
                        __create_paned_test_window,
                        "ewl_paned_test.c",
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_test.h  31 Dec 2005 06:03:36 -0000      1.18
+++ ewl_test.h  3 Feb 2006 06:00:12 -0000       1.19
@@ -50,6 +50,7 @@
 void __create_menu_test_window          (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_menubar_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_notebook_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
+void __create_notebook2_test_window     (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_paned_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_password_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_progressbar_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to