Update of /cvsroot/win32forth/win32forth/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32623/doc
Modified Files:
p-classes.htm p-index.htm
Log Message:
Moved TrayWindow.f into the src\lib folder and added docu. about the TrayWindow class. Changed the TrayWindow class to open a popup menu when the user clicks with the right mouse button on the tray icon.
Index: p-index.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/p-index.htm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** p-index.htm 13 Jan 2006 17:50:32 -0000 1.9
--- p-index.htm 15 Jan 2006 09:25:49 -0000 1.10
***************
*** 90,94 ****
<li><a href="ForthForm/ForthForm.htm">ForthForm</a> (Win32Forth Dialog-Editor)</li>
<li><a href="ProMgr/ProjectManager.htm">ForthProject</a> (Win32Forth Project Manager)</li>
! <li><a href="p-dexh.htm">Dex</a>Document Extractor</li>
</ul>
--- 90,94 ----
<li><a href="ForthForm/ForthForm.htm">ForthForm</a> (Win32Forth Dialog-Editor)</li>
<li><a href="ProMgr/ProjectManager.htm">ForthProject</a> (Win32Forth Project Manager)</li>
! <li><a href="p-dexh.htm">Dex</a> Document Extractor</li>
</ul>
Index: p-classes.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/p-classes.htm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** p-classes.htm 14 Jan 2006 12:28:21 -0000 1.8
--- p-classes.htm 15 Jan 2006 09:25:49 -0000 1.9
***************
*** 31,34 ****
--- 31,36 ----
<li><a href="./classes/Window.htm">Window</a> Class for window objects.</li>
<li><a href="./classes/Childwnd.htm">Child-Window</a> Class for child window objects.</li>
+ <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/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>
|