From: Dirk B. <db...@us...> - 2006-02-01 17:08:33
|
Update of /cvsroot/win32forth/win32forth/doc/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17632/doc/classes Modified Files: Controls.htm Log Message: - New GroupRadioButton class added; and changed ForthForm to use this class. - Some more dexing Index: Controls.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/classes/Controls.htm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Controls.htm 22 Jan 2006 10:44:14 -0000 1.5 --- Controls.htm 1 Feb 2006 17:08:25 -0000 1.6 *************** *** 1,135 **** ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" /> ! <meta name="GENERATOR" content="DexH v03" /> ! <style type="text/css"> ! </style> <title> [...2018 lines suppressed...] ! </p><pre><b><a name="344">:M Disable: ( -- ) ! </a></b></pre><p>Disable the control. ! </p><pre><b><a name="345">;Class ! </a></b></pre><p>End of VertButtonBar class ! </p><a name="HorizButtonBar"></a> ! <h2>HorizButtonBar class ! </h2><pre><b><a name="346">: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="347">:M SetFont: { fonthndl \ hb1 -- } ! </a></b></pre><p>Set the font in the control. ! </p><pre><b><a name="348">:M Enable: { flag \ hb1 -- } ! </a></b></pre><p>Enable the control. ! </p><pre><b><a name="349">:M Disable: ( -- ) ! </a></b></pre><p>Disable the control. ! </p><pre><b><a name="350">;Class ! </a></b></pre><p>End of HorizButtonBar class ! </p><hr><p>Document $Id$</p> </body></html> |