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 Removed Files: ewl_notebook_test.c Log Message: - port the notebook test. NOTE there appears to be something wacky going on with a notebook inside a notebook. So, if you run this in the UI stuff can go wierd (which needs to be fixed). Runs fine in a window. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- Makefile.am 9 Mar 2006 19:59:11 -0000 1.28 +++ Makefile.am 9 Mar 2006 20:29:12 -0000 1.29 @@ -15,7 +15,6 @@ ewl_test.c \ ewl_imenu_test.c \ ewl_menu_test.c \ - ewl_notebook_test.c \ ewl_progressbar_test.c \ ewl_spinner_test.c \ ewl_theme_test.c =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- ewl_test.c 9 Mar 2006 19:59:11 -0000 1.35 +++ ewl_test.c 9 Mar 2006 20:29:12 -0000 1.36 @@ -75,14 +75,6 @@ "such as Ewl_Menu and Ewl_IMenu." }, { - "Notebook", - __create_notebook_test_window, - "ewl_notebook_test.c", - "Provides a container whose children\n" - "are pages that can be switched\n" - "between using tab labels along one\nedge" - }, - { "Progressbar", __create_progressbar_test_window, "ewl_progressbar_test.c", =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- ewl_test.h 9 Mar 2006 19:59:11 -0000 1.27 +++ ewl_test.h 9 Mar 2006 20:29:12 -0000 1.28 @@ -30,7 +30,6 @@ void __close_main_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_imenu_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_menu_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_progressbar_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_scrollpane_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_spinner_test_window (Ewl_Widget * w, void *ev_data, void *user_data); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs