Update of /cvsroot/win32forth/win32forth/doc/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24798/doc/classes Modified Files: AXControl.htm Childwnd.htm Control.htm Controls.htm Dialog.htm File.htm Generic.htm HTMLcontrol.htm MdiDialog.htm TrayWindow.htm Window.htm gdiBase.htm gdiBitmap.htm gdiBrush.htm gdiDC.htm gdiFont.htm gdiMetafile.htm gdiMetafileDC.htm gdiPen.htm gdiStruct.htm gdiWindowDc.htm mdi.htm Log Message: Updated the glossary generator in DexH. Now it supports most but not all defining words. Index: Dialog.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/classes/Dialog.htm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Dialog.htm 6 Feb 2006 15:49:35 -0000 1.6 --- Dialog.htm 6 Feb 2006 17:48:16 -0000 1.7 *************** *** 63,67 **** </p><a name="Dialog"></a> <h2>Dialog Class ! </h2><pre><b><a name="3">:CLASS Dialog <SUPER Dialog&Control \ generic-window </a></b></pre><p>Dialog class. <br /> To use this class you have to create a ressource file (*.res) whitch must contain --- 63,67 ---- </p><a name="Dialog"></a> <h2>Dialog Class ! </h2><pre><b><a name="3">:CLASS Dialog <SUPER Dialog&Control </a></b></pre><p>Dialog class. <br /> To use this class you have to create a ressource file (*.res) whitch must contain Index: mdi.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/classes/mdi.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mdi.htm 6 Feb 2006 15:49:35 -0000 1.4 --- mdi.htm 6 Feb 2006 17:48:16 -0000 1.5 *************** *** 39,43 **** </a></b></pre><p>All MDI child windows are displayed within the client area of this window. ! </p><pre><b><a name="5">:M WindowMenuNo: ( -- n ) 1 ;M </a></b></pre><p>Override this method to set the menu number in whitch all child windows should be displayed. --- 39,43 ---- </a></b></pre><p>All MDI child windows are displayed within the client area of this window. ! </p><pre><b><a name="5">:M WindowMenuNo: ( -- n ) </a></b></pre><p>Override this method to set the menu number in whitch all child windows should be displayed. Index: Controls.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/classes/Controls.htm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Controls.htm 6 Feb 2006 15:49:35 -0000 1.9 --- Controls.htm 6 Feb 2006 17:48:16 -0000 1.10 *************** *** 63,69 **** </p><pre><b><a name="17">:M GetString: ( adr index -- ) </a></b></pre><p>Use: GetString: to get indexed items out of the combo box string list ! Use: GetText: to get the current combo box string ! </p><pre><b><a name="18">:M GetCount: ( -- n1 ) \ n1 = count of items ! </a></b></pre><p>Use: GetCount: to get the count of items in the combo box string list </p><pre><b><a name="19">:M Start: ( Parent -- ) </a></b></pre><p>Create the control. --- 63,69 ---- </p><pre><b><a name="17">:M GetString: ( adr index -- ) </a></b></pre><p>Use: GetString: to get indexed items out of the combo box string list [...1461 lines suppressed...] </a></b></pre><p>Enable the control. ! </p><pre><b><a name="351">:M Disable: ( -- ) </a></b></pre><p>Disable the control. ! </p><pre><b><a name="352">;Class </a></b></pre><p>End of VertButtonBar class </p><a name="HorizButtonBar"></a> <h2>HorizButtonBar class ! </h2><pre><b><a name="353">:Class HorizButtonBar <super HButtonBar </a></b></pre><p>HorizButtonBar control </p><p>This is an enhanced Version of the HButtonBar class. </p><p>Note: this control isn't one of the standard control of MS windows. ! </p><pre><b><a name="354">:M SetFont: { fonthndl \ hb1 -- } </a></b></pre><p>Set the font in the control. ! </p><pre><b><a name="355">:M Enable: { flag \ hb1 -- } </a></b></pre><p>Enable the control. ! </p><pre><b><a name="356">:M Disable: ( -- ) </a></b></pre><p>Disable the control. ! </p><pre><b><a name="357">;Class </a></b></pre><p>End of HorizButtonBar class </p><hr><p>Document $Id$</p> |