From: <kr_...@us...> - 2003-10-12 23:15:01
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv17524/port/src/include Modified Files: Window.h Log Message: Initial support for dialogs with restricted minimal size. Only Windows for now. Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Window.h 12 Oct 2003 21:33:46 -0000 1.14 --- Window.h 12 Oct 2003 23:14:57 -0000 1.15 *************** *** 99,101 **** --- 99,103 ---- void osReLayoutContainer(WindowHandle window); + void osSetDialogMinSize(WindowHandle dialog, int w, int h); + #endif |