diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqbuttongroup.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-master.tar.gz tqt-master.zip | |
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> |
