From: Dirk B. <db...@us...> - 2010-08-31 07:38:52
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv3890/Help/html Modified Files: clas-window.htm Log Message: new release 6.14.01 build Index: clas-window.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/clas-window.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clas-window.htm 13 Jun 2009 11:05:59 -0000 1.2 --- clas-window.htm 31 Aug 2010 07:38:44 -0000 1.3 *************** *** 25,29 **** </code></b><br>Set the size of the window. <br /> Note: The window itself will not be resized. ! </p><p><b><code>:M On_Size: ( wParam -- ) </code></b><br>User windows should override the On_Size: method. When this method is called, the variables Width and Height will have already been set. <br /> --- 25,29 ---- </code></b><br>Set the size of the window. <br /> Note: The window itself will not be resized. ! </p><p><b><code>:M On_Size: ( hndl msg wParam -- ) </code></b><br>User windows should override the On_Size: method. When this method is called, the variables Width and Height will have already been set. <br /> |