From: Dirk B. <db...@us...> - 2006-05-28 09:50:24
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6202/src Modified Files: Window.f Log Message: Minor update of the window class docu. Index: Window.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Window.f,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Window.f 20 May 2006 12:02:06 -0000 1.14 --- Window.f 28 May 2006 09:50:12 -0000 1.15 *************** *** 376,382 **** :M On_Init: ( -- ) \ *G Thing's to do during creation of the window. ! \ ** The Default is setting the WNDCLASS style to the value ! \ ** the WndClassStyle: method returns. ! \ SetWndClassStyle ;M ;M --- 376,380 ---- :M On_Init: ( -- ) \ *G Thing's to do during creation of the window. ! \ ** Default does nothing. ;M *************** *** 902,905 **** --- 900,905 ---- \ *G End of window class. + \ *S Helper words outside the class + : find-window ( z"a1 -- hWnd ) \ w32f \ *G Find a window. |