diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqbuttongroup.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqbuttongroup.html')
-rw-r--r-- | doc/html/tqbuttongroup.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqbuttongroup.html b/doc/html/tqbuttongroup.html index f0800a223..91b066fac 100644 --- a/doc/html/tqbuttongroup.html +++ b/doc/html/tqbuttongroup.html @@ -178,10 +178,10 @@ other negative integer, for instance -2, a unique identifier <p>Examples: <a href="listbox-example.html#x1428">listbox/listbox.cpp</a> and <a href="xform-example.html#x1222">xform/xform.cpp</a>. <h3 class=fn>bool <a name="isExclusive"></a>TQButtonGroup::isExclusive () const -</h3><p>Returns TRUE if the button group is exclusive; otherwise returns FALSE. +</h3><p>Returns true if the button group is exclusive; otherwise returns false. See the <a href="tqbuttongroup.html#exclusive-prop">"exclusive"</a> property for details. <h3 class=fn>bool <a name="isRadioButtonExclusive"></a>TQButtonGroup::isRadioButtonExclusive () const -</h3><p>Returns TRUE if the radio buttons in the group are exclusive; otherwise returns FALSE. +</h3><p>Returns true if the radio buttons in the group are exclusive; otherwise returns false. See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclusive"</a> property for details. <h3 class=fn>void <a name="moveFocus"></a>TQButtonGroup::moveFocus ( int key )<tt> [virtual]</tt> </h3> @@ -230,14 +230,14 @@ See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclu <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="exclusive-prop"></a>exclusive</h3> <p>This property holds whether the button group is exclusive. -<p>If this property is TRUE, then the buttons in the group are +<p>If this property is true, then the buttons in the group are toggled, and to untoggle a button you must click on another button -in the group. The default value is FALSE. +in the group. The default value is false. <p>Set this property's value with <a href="#setExclusive">setExclusive</a>() and get this property's value with <a href="#isExclusive">isExclusive</a>(). <h3 class=fn>bool <a name="radioButtonExclusive-prop"></a>radioButtonExclusive</h3> <p>This property holds whether the radio buttons in the group are exclusive. -<p>If this property is TRUE (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. +<p>If this property is true (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. <p>Set this property's value with <a href="#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="#isRadioButtonExclusive">isRadioButtonExclusive</a>(). <h3 class=fn>int <a name="selectedId-prop"></a>selectedId</h3> |