From: <kr_...@us...> - 2003-10-09 07:56:50
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv26862/src/include Modified Files: Window.h Log Message: add getControlVisible function Index: Window.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Window.h 7 Oct 2003 21:59:26 -0000 1.12 --- Window.h 9 Oct 2003 07:56:45 -0000 1.13 *************** *** 59,62 **** --- 59,63 ---- BOOL osGetControlEnabled(WindowHandle ctrl); void osSetControlVisible(WindowHandle ctrl, BOOL visible); + BOOL osGetControlVisible(WindowHandle ctrl); void osSetControlTip(WindowHandle ctrl, char *text); char *osGetControlTip(WindowHandle ctrl); |