Update of /cvsroot/win32forth/win32forth/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7804/doc
Modified Files:
p-advanced.htm
Added Files:
p-classes.htm
Log Message:
Started documentation of the classes defined in w32f.
Index: p-advanced.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/p-advanced.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** p-advanced.htm 14 Dec 2005 13:49:30 -0000 1.3
--- p-advanced.htm 17 Dec 2005 15:18:00 -0000 1.4
***************
*** 35,38 ****
--- 35,39 ----
<li><a href="p-windlls.htm">Calling Windows Procedures</a></li>
<li><a href="p-objects.htm">Object Oriented Programming</a></li>
+ <li><a href="p-classes.htm">Win32Forth Classes</a></li>
<li><a href="p-module.htm">Using the Module Wordset</a></li>
<li><a href="p-random.htm">The Random Number Generator</a></li>
***************
*** 52,54 ****
</body>
! </html>
\ No newline at end of file
--- 53,55 ----
</body>
! </html>
--- NEW FILE: p-classes.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Chami HTML.KIT 1.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content=
"text/html; charset=windows-1252">
<title>The Documentation Project</title>
<style type="text/css">
<!--
h1 { font-family: Tahoma; font-size: 24pt; font-weight: bold }
h2 { font-family: Tahoma; font-size: 18pt; font-weight: bold }
-->
</style>
</head>
<body>
<h1 align="center"><img border="0" src="FORTHPRO.gif" width="32"
height="32"> Win32Forth</h1>
<h2 align="center"><font face="Tahoma"><a href=
"mailto:win...@ya...?subject=DOC: Doc error in $Id: p-classes.htm,v 1.1 2005/12/17 15:18:00 dbu_de Exp $">
<img border="0" src="TELLUS.gif" align="left" width="32" height=
"32"></a>Classes</font></h2>
<hr>
<h2>Windows, Dialogs and Controls</h2>
<a href="./classes/Generic.htm">Generic-Window</a> Base class for all window objects.<br>
<a href="./classes/Window.htm">Window</a> Class for window objects.
<h2>GDI</h2>
<a href="./classes/gdiBase.htm">gdiBase</a> Base class for GDI objects.<br>
<a href="./classes/gdiPen.htm#gdiPen">gdiPen</a> Class for cosmetic pen's.<br>
<a href="./classes/gdiPen.htm#gdiGeometricPen">gdiGeometricPen</a> Class for geometric pen's.
<hr>
<p>Document $Id: p-classes.htm,v 1.1 2005/12/17 15:18:00 dbu_de Exp $</p>
</body>
</html>
|