From: <kr_...@us...> - 2003-10-07 21:59:30
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv21972/src/include Modified Files: Window.h Log Message: make possible to hide/show controls at any time Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Window.h 7 Oct 2003 21:31:34 -0000 1.11 --- Window.h 7 Oct 2003 21:59:26 -0000 1.12 *************** *** 58,61 **** --- 58,62 ---- void osSetControlEnabled(WindowHandle ctrl, BOOL enabled); BOOL osGetControlEnabled(WindowHandle ctrl); + void osSetControlVisible(WindowHandle ctrl, BOOL visible); void osSetControlTip(WindowHandle ctrl, char *text); char *osGetControlTip(WindowHandle ctrl); |