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_tree2_test.c Log Message: - working on ewl_tree2 =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- Makefile.am 4 Feb 2006 05:58:48 -0000 1.16 +++ Makefile.am 6 Feb 2006 03:40:25 -0000 1.17 @@ -48,7 +48,8 @@ ewl_text_editor_test.c \ ewl_theme_test.c \ ewl_tooltip_test.c \ - ewl_tree_test.c + ewl_tree_test.c \ + ewl_tree2_test.c # ewl_test_LDFLAGS = ewl_test_LDADD = $(top_builddir)/src/lib/libewl.la @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- ewl_test.c 4 Feb 2006 05:58:48 -0000 1.26 +++ ewl_test.c 6 Feb 2006 03:40:26 -0000 1.27 @@ -282,6 +282,13 @@ "Defines a widget for laying out other\n" "widgets in a tree or list like manner." }, + { + "Tree2", + __create_tree2_test_window, + "ewl_tree2_test.c", + "Defines a widget for laying out other\n" + "widgets in a tree or list like manner." + }, { 0, NULL, 0, NULL } }; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- ewl_test.h 4 Feb 2006 05:58:48 -0000 1.20 +++ ewl_test.h 6 Feb 2006 03:40:26 -0000 1.21 @@ -65,4 +65,4 @@ void __create_theme_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_tooltip_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_tree_test_window (Ewl_Widget * w, void *ev_data, void *user_data); - +void __create_tree2_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