Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/src/bin Modified Files: Makefile.am etk_test.c etk_test.h Added Files: etk_progress_bar_test.c Log Message: - implement progress bar widget in both fraction and activity modes. todo: vertical progress bars. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Makefile.am 23 Dec 2005 14:48:14 -0000 1.7 +++ Makefile.am 19 Jan 2006 13:56:10 -0000 1.8 @@ -32,7 +32,8 @@ etk_scrolled_view_test.c \ etk_menu_test.c \ etk_filechooser_test.c \ -etk_notebook_test.c +etk_notebook_test.c \ +etk_progress_bar_test.c etk_test_LDADD = $(top_builddir)/src/lib/libetk.la \ @ecore_libs@ @evas_libs@ @edje_libs@ =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_test.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- etk_test.c 15 Jan 2006 11:07:16 -0000 1.11 +++ etk_test.c 19 Jan 2006 13:56:10 -0000 1.12 @@ -56,7 +56,11 @@ { "Notebook", etk_test_notebook_window_create - } + }, + { + "Progress Bar", + etk_test_progress_bar_window_create + } }; static int num_tests = sizeof(tests) / sizeof (tests[0]); =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_test.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- etk_test.h 23 Dec 2005 14:48:14 -0000 1.8 +++ etk_test.h 19 Jan 2006 13:56:10 -0000 1.9 @@ -23,5 +23,6 @@ void etk_test_menu_window_create(void *data); void etk_test_filechooser_window_create(void *data); void etk_test_notebook_window_create(void *data); +void etk_test_progress_bar_window_create(void *data); #endif ------------------------------------------------------- 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