Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: Etk.h Makefile.am etk_types.h Added Files: etk_progress_bar.c etk_progress_bar.h Log Message: - implement progress bar widget in both fraction and activity modes. todo: vertical progress bars. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Etk.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- Etk.h 15 Jan 2006 11:07:16 -0000 1.15 +++ Etk.h 19 Jan 2006 13:56:10 -0000 1.16 @@ -56,5 +56,6 @@ #include "etk_statusbar.h" #include "etk_filechooser_widget.h" #include "etk_notebook.h" +#include "etk_progress_bar.h" #endif =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- Makefile.am 15 Jan 2006 11:07:16 -0000 1.18 +++ Makefile.am 19 Jan 2006 13:56:10 -0000 1.19 @@ -39,7 +39,8 @@ etk_menu_shell.h etk_menu.h etk_menu_bar.h etk_menu_item.h \ etk_statusbar.h \ etk_filechooser_widget.h \ -etk_notebook.h +etk_notebook.h \ +etk_progress_bar.h libetk_la_SOURCES = \ etk_main.c etk_utils.c \ @@ -66,6 +67,7 @@ etk_statusbar.c \ etk_filechooser_widget.c \ etk_notebook.c \ +etk_progress_bar.c \ $(ETKHEADERS) installed_headersdir = $(prefix)/include/etk =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_types.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- etk_types.h 15 Jan 2006 11:07:17 -0000 1.20 +++ etk_types.h 19 Jan 2006 13:56:10 -0000 1.21 @@ -103,6 +103,7 @@ typedef struct _Etk_Statusbar Etk_Statusbar; typedef struct _Etk_Filechooser_Widget Etk_Filechooser_Widget; typedef struct _Etk_Notebook Etk_Notebook; +typedef struct _Etk_Progress_Bar Etk_Progress_Bar; /** * @enum Etk_Fill_Policy_Flags ------------------------------------------------------- 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