From: Dirk B. <db...@us...> - 2008-04-30 15:51:18
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5706/doc Modified Files: p-classes.htm p-index.htm p-relnotes.6.14.htm Log Message: - New classes "Ext-WinDC", "Bitmap-DC" and "Timer-Window" added- - Updated the WinClock-Demo to work with the new classes Index: p-index.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-index.htm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** p-index.htm 26 May 2007 10:24:11 -0000 1.20 --- p-index.htm 30 Apr 2008 15:51:08 -0000 1.21 *************** *** 160,164 **** <li><a href="Unicode.htm">Unicode Strings (for use with FCOM)</a></li> <li><a href="WinSock.htm">WinSock - Simple Socket Library</li> ! <li><a href="p-relnotes.6.12.htm">Release Notes</a></li> </ul> --- 160,164 ---- <li><a href="Unicode.htm">Unicode Strings (for use with FCOM)</a></li> <li><a href="WinSock.htm">WinSock - Simple Socket Library</li> ! <li><a href="p-relnotes.6.14.htm">Release Notes</a></li> </ul> Index: p-classes.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-classes.htm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** p-classes.htm 26 May 2007 10:24:11 -0000 1.14 --- p-classes.htm 30 Apr 2008 15:51:08 -0000 1.15 *************** *** 33,36 **** --- 33,37 ---- <li><a href="./classes/TrayWindow.htm">TrayWindow</a> Class for windows that hide themself in the TrayBar when they are minimized.</li> + <li><a href="./classes/TimerWindow.htm">TimerWindow</a> Class for windows that can handle timer events.</li> <li><a href="./classes/Controls.htm#DialogWindow">DialogWindow</a> Class for windows that contain controls.</li> <li><a href="./classes/mdi.htm#MDIClientWindow">MDIClientWindow</a> MDI client control class.</li> *************** *** 139,143 **** </ul> ! <p> There are some other 'old' classes in Win32Forth that are dealing with the GDI:</p> <ul> <li><b>ColorObject</b> Class for color objects.</li> --- 140,144 ---- </ul> ! <p> There are some other classes in Win32Forth that are dealing with the GDI:</p> <ul> <li><b>ColorObject</b> Class for color objects.</li> *************** *** 146,152 **** <li><b>Font</b> Class for fonts.</li> <li><b>WinDC</b> Device context class for windows.</li> <li><b>WinPrinter</b> Device context class for printing.</li> </ul> ! <p>All these classes are rewritten to use the GDI class library.</p> <h2>Other classes</h2> --- 147,155 ---- <li><b>Font</b> Class for fonts.</li> <li><b>WinDC</b> Device context class for windows.</li> + <li><a href="./classes/ExtDC.htm">ext-windc</a> Extended version of the WinDC class.</li> <li><b>WinPrinter</b> Device context class for printing.</li> + <li><a href="./classes/BitmapDC.htm">bitmap-dc</a> Bitmap device context class.</li> </ul> ! <p>All these classes are written by using the GDI class library.</p> <h2>Other classes</h2> Index: p-relnotes.6.14.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.14.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-relnotes.6.14.htm 14 Jul 2007 05:24:21 -0000 1.1 --- p-relnotes.6.14.htm 30 Apr 2008 15:51:08 -0000 1.2 *************** *** 75,78 **** --- 75,79 ---- </p> <h2>System Changes</h2> + <li>ForthForm has been integrated into the Win32ForthIDE.</li> <p> *************** *** 96,99 **** --- 97,103 ---- </ul> <h2>New classes</h2> + <li><a href="./classes/TimerWindow.htm">Timer-Window</a> Class for windows that can handle timer events.</li> + <li><a href="./classes/ExtDC.htm">Ext-WinDC</a> Extended version of the WinDC class.</li> + <li><a href="./classes/BitmapDC.htm">Bitmap-DC</a> Bitmap device context class.</li> <ul> </ul> |