Enlightenment CVS committal Author : moom16 Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: Etk.h Makefile.am etk_types.h Added Files: etk_notebook.c etk_notebook.h Log Message: * Add a notebook widget. Still need a lot of work, not usable yet =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Etk.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- Etk.h 4 Dec 2005 14:54:56 -0000 1.13 +++ Etk.h 23 Dec 2005 14:48:14 -0000 1.14 @@ -54,5 +54,6 @@ #include "etk_menu_item.h" #include "etk_statusbar.h" #include "etk_filechooser_widget.h" +#include "etk_notebook.h" #endif =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- Makefile.am 4 Dec 2005 14:54:56 -0000 1.16 +++ Makefile.am 23 Dec 2005 14:48:14 -0000 1.17 @@ -37,7 +37,8 @@ etk_separator.h \ etk_menu_shell.h etk_menu.h etk_menu_bar.h etk_menu_item.h \ etk_statusbar.h \ -etk_filechooser_widget.h +etk_filechooser_widget.h \ +etk_notebook.h libetk_la_SOURCES = \ etk_main.c etk_utils.c \ @@ -62,6 +63,7 @@ etk_menu_shell.c etk_menu.c etk_menu_bar.c etk_menu_item.c \ etk_statusbar.c \ etk_filechooser_widget.c \ +etk_notebook.c \ $(ETKHEADERS) installed_headersdir = $(prefix)/include/etk =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_types.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- etk_types.h 20 Dec 2005 18:25:28 -0000 1.18 +++ etk_types.h 23 Dec 2005 14:48:14 -0000 1.19 @@ -105,6 +105,7 @@ typedef struct _Etk_Menu_Radio_Item Etk_Menu_Radio_Item; typedef struct _Etk_Statusbar Etk_Statusbar; typedef struct _Etk_Filechooser_Widget Etk_Filechooser_Widget; +typedef struct _Etk_Notebook Etk_Notebook; /** * @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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs