From: George H. <geo...@us...> - 2011-07-21 18:32:18
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory vz-cvs-4.sog:/tmp/cvs-serv24518 Modified Files: clas-generic.htm Log Message: Updated docs Index: clas-generic.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/clas-generic.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clas-generic.htm 13 Jun 2009 11:05:59 -0000 1.2 --- clas-generic.htm 21 Jul 2011 18:32:16 -0000 1.3 *************** *** 72,76 **** the content cannot be redrawn after a change. </p><p><b><code>:M Show: ( state -- ) ! </code></b><br>The ShowWindow function sets the specified window's show state. <br /> Possible values for state are: </p><table><tr><th>SW_FORCEMINIMIZE --- 72,76 ---- the content cannot be redrawn after a change. </p><p><b><code>:M Show: ( state -- ) ! </code></b><br>Set the specified window's show state. <br /> Possible values for state are: </p><table><tr><th>SW_FORCEMINIMIZE *************** *** 143,149 **** current task the message is sent. </p><p><b><code>:M GDIFlush: ( -- ) ! </code></b><br>The GdiFlush function flushes the calling thread's current batch. </p><p><b><code>:M Update: ( -- ) ! </code></b><br>The UpdateWindow function updates the client area of the window by sending a WM_PAINT message to the window if the window's update region is not empty. The function sends a WM_PAINT message directly to the window procedure of the window, --- 143,149 ---- current task the message is sent. </p><p><b><code>:M GDIFlush: ( -- ) ! </code></b><br>Flush the calling thread's current batch. </p><p><b><code>:M Update: ( -- ) ! </code></b><br>Update the client area of the window by sending a WM_PAINT message to the window if the window's update region is not empty. The function sends a WM_PAINT message directly to the window procedure of the window, |