From: Dirk B. <db...@us...> - 2006-01-14 12:28:34
|
Update of /cvsroot/win32forth/win32forth/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19224/demos Modified Files: HtmlControlDemo.f MDIExample.f Log Message: Some minor chaged to the MDI classes, docs for the HTML control updated and docs for the MDI classes added. Index: MDIExample.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/MDIExample.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MDIExample.f 5 May 2005 09:43:28 -0000 1.2 --- MDIExample.f 14 Jan 2006 12:28:21 -0000 1.3 *************** *** 14,17 **** --- 14,22 ---- Call MessageBox ; [THEN] + \ *D doc\classes\ + \ *> mdi + \ *S Example (demos\MdiExample.f) + \ *+ + Needs MDI *************** *** 283,286 **** --- 288,294 ---- ; + \ *- + \ *Z + MODULE *************** *** 289,291 **** cr .( Save MDIExample.exe [Y/N]: ) key dup emit dup 121 = swap 89 = or nostack [IF] ' go turnkey MDIExample 5 pause-seconds bye [THEN] - |