From: <kr_...@us...> - 2003-10-07 21:31:39
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv15252/src/include Modified Files: Window.h Log Message: Make possible to hide/show a window at any time Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Window.h 1 Sep 2003 19:55:01 -0000 1.10 --- Window.h 7 Oct 2003 21:31:34 -0000 1.11 *************** *** 73,76 **** --- 73,78 ---- void osGetWindowViewSize(WindowHandle window, int *res); void osSetWindowViewSize(WindowHandle window, int w, int h); + void osSetWindowVisible(WindowHandle window, BOOL visible); + BOOL osGetWindowVisible(WindowHandle window); void osShowWindow(WindowHandle window); void osRunDialog(WindowHandle window); |