From: <kr_...@us...> - 2003-08-22 04:26:51
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv26881/port/src/include Modified Files: Window.h Log Message: Implementation for CompoundControl Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Window.h 15 Jul 2003 19:00:30 -0000 1.8 --- Window.h 20 Aug 2003 21:37:27 -0000 1.9 *************** *** 66,69 **** --- 66,71 ---- WindowHandle osCreateWindow(); WindowHandle osCreateDialog(WindowHandle parent); + WindowHandle osCreateCompoundControl(WindowHandle form); + void osGetCompoundControlReqSize(WindowHandle listbox, int *res); void osSetWindowColor(WindowHandle window, int foreColor, int backColor, int hatchStyle, BitmapHandle patBmp); char *osGetWindowTitle(WindowHandle window); |