Update of /cvsroot/win32forth/win32forth/doc/classes
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5515/doc/classes
Modified Files:
Controls.htm
Log Message:
Documentation for the TabControl class added.
Index: Controls.htm
===================================================================
RCS file: /cvsroot/win32forth/win32forth/doc/classes/Controls.htm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Controls.htm 9 Feb 2006 18:04:10 -0000 1.13
--- Controls.htm 28 May 2006 09:48:21 -0000 1.14
***************
*** 528,532 ****
</p><p>The return value is the zero-based index of the currently selected item. If there is no
selection, the return value is LB_ERR.
! </p><pre><b><a name="84">:M GetString: ( n addr -- n )
</a></b></pre><p>Retrieve a string from the list box.
</p><p>The return value is the length of the string, in chars, excluding the terminating null character.
--- 528,532 ----
</p><p>The return value is the zero-based index of the currently selected item. If there is no
selection, the return value is LB_ERR.
! </p><pre><b><a name="84">:M GetString: ( index -- addr n )
</a></b></pre><p>Retrieve a string from the list box.
[...1699 lines suppressed...]
</a></b></pre><p>Enable the control.
! </p><pre><b><a name="355">:M Disable: ( -- )
</a></b></pre><p>Disable the control.
! </p><pre><b><a name="356">;Class
</a></b></pre><p>End of VertButtonBar class
</p><a name="HorizButtonBar"></a>
<h2>HorizButtonBar class
! </h2><pre><b><a name="357">: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="358">:M SetFont: { fonthndl \ hb1 -- }
</a></b></pre><p>Set the font in the control.
! </p><pre><b><a name="359">:M Enable: { flag \ hb1 -- }
</a></b></pre><p>Enable the control.
! </p><pre><b><a name="360">:M Disable: ( -- )
</a></b></pre><p>Disable the control.
! </p><pre><b><a name="361">;Class
</a></b></pre><p>End of HorizButtonBar class
</p><hr><p>Document $Id$</p>
|