Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24599/src/lib
Modified Files:
TrayWindow.f
Log Message:
- Fixed some smal bugs
- Clean up of some demos
Index: TrayWindow.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/TrayWindow.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TrayWindow.f 21 May 2007 09:57:26 -0000 1.2
--- TrayWindow.f 26 Apr 2008 11:14:37 -0000 1.3
***************
*** 91,98 ****
On_Done: super ;M
- :M IsVisible?: ( -- f )
- \ *G Check if the window is visible or not.
- GetHandle: self call IsWindowVisible ;M
-
:M ShowWindow: ( -- )
\ *G Show the window and remove the icon from the traybar.
--- 91,94 ----
|