| 
      
      
      From: <kr_...@us...> - 2003-08-31 12:56:30
      
     | 
| Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv3025/port/src/include Modified Files: Notebook.h ToolBar.h Log Message: Implementation for Countable type class Index: Notebook.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Notebook.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Notebook.h 30 Aug 2003 22:57:47 -0000 1.2 --- Notebook.h 31 Aug 2003 12:56:26 -0000 1.3 *************** *** 10,13 **** --- 10,14 ---- int osGetNotebookSelection(WindowHandle notebook); void osSetNotebookSelection(WindowHandle notebook, int index); + int osGetNotebookPageCount(WindowHandle notebook); WindowHandle osInsertNotebookPage(WindowHandle notebook, int pos); char *osGetNotebookPageTitle(WindowHandle window); Index: ToolBar.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/ToolBar.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ToolBar.h 23 Aug 2003 11:05:59 -0000 1.7 --- ToolBar.h 31 Aug 2003 12:56:26 -0000 1.8 *************** *** 6,9 **** --- 6,10 ---- WindowHandle osCreateToolBar(char *name, PositionType place, int band_num, int band_position, int offset); void osDestroyToolBar(WindowHandle toolbar); + int osGetToolBarButtonCount(WindowHandle toolbar); ToolHandle osInsertToolButton(WindowHandle toolbar, int pos); |