Update of /cvsroot/win32forth/win32forth/doc/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29308/win32forth/doc/classes
Modified Files:
Generic.htm
Log Message:
gah: Some optimizations and documenting
Index: Generic.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/classes/Generic.htm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Generic.htm 26 Jan 2006 17:48:46 -0000 1.6
--- Generic.htm 27 Jan 2006 10:10:24 -0000 1.7
***************
*** 58,62 ****
objects are zeroed automatically.
</p><pre><b><a name="0">:M DestroyWindow: ( -- )
! </a></b></pre><p>Destroy the window. The handle is always zero after executing this method.
</p><pre><b><a name="0">:M Close: ( -- )
</a></b></pre><p>Close the window.
--- 58,64 ----
objects are zeroed automatically.
</p><pre><b><a name="0">:M DestroyWindow: ( -- )
! </a></b></pre><p>Destroy the window. The handle is always zero after executing this method. In a
! mult-tasking application this method causes an error if executed by a task that
! didn't create the window.
</p><pre><b><a name="0">:M Close: ( -- )
</a></b></pre><p>Close the window.
|