From: <kr_...@us...> - 2003-10-12 21:33:55
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv1230/port/src/include Modified Files: Window.h Log Message: Improved dynamic layout for GroupBox and Notebook Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Window.h 9 Oct 2003 07:56:45 -0000 1.13 --- Window.h 12 Oct 2003 21:33:46 -0000 1.14 *************** *** 97,99 **** --- 97,101 ---- void osSetWindowResizeable(WindowHandle window, int resizeable); + void osReLayoutContainer(WindowHandle window); + #endif |