From: Dirk B. <db...@us...> - 2005-05-05 09:44:07
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5876/apps/ForthForm Modified Files: ABOUT.F CreateMenu.f FORMOBJECT.F FORMPROPERTY.F FORTHFORM.F FileLister.f IMAGEWINDOW.F Log Message: Removed REL>ABS and ABS>REL from the applications and demos, and made the demos work with the current w32f version Index: ABOUT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/ABOUT.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTX2E8D and /tmp/cvsSv37Ak differ Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORMOBJECT.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FORMOBJECT.F 21 Dec 2004 00:18:45 -0000 1.1 --- FORMOBJECT.F 5 May 2005 09:43:26 -0000 1.2 *************** *** 878,882 **** 0 \ no menu WindowStyle: [ self ] \ the window style ! AddrOf: TempRect rel>abs \ make a new rectangle call AdjustWindowRect ?win-error \ adjust the window Right: TempRect Left: TempRect - \ adjusted width --- 878,882 ---- 0 \ no menu WindowStyle: [ self ] \ the window style ! AddrOf: TempRect \ make a new rectangle call AdjustWindowRect ?win-error \ adjust the window Right: TempRect Left: TempRect - \ adjusted width *************** *** 1794,1796 **** ;Class ! \s \ No newline at end of file --- 1794,1796 ---- ;Class ! \s |