From: <kr_...@us...> - 2003-08-30 22:57:50
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv28624/port/src/include Modified Files: Notebook.h Log Message: Add support for icons in Notebook Index: Notebook.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Notebook.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Notebook.h 24 Aug 2003 13:57:34 -0000 1.1 --- Notebook.h 30 Aug 2003 22:57:47 -0000 1.2 *************** *** 16,19 **** --- 16,20 ---- void osDestroyNotebookPage(WindowHandle window); void osGetNotebookPageSize(WindowHandle window, int *res); + void osSetNotebookPageBitmap(WindowHandle window, BitmapHandle bitmap); #endif |