diff options
Diffstat (limited to 'doc/html/tqcheckbox.html')
-rw-r--r-- | doc/html/tqcheckbox.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/tqcheckbox.html b/doc/html/tqcheckbox.html index 4da4c0aa3..4aec77f25 100644 --- a/doc/html/tqcheckbox.html +++ b/doc/html/tqcheckbox.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } <li class=fn><a href="#TQCheckBox-2"><b>TQCheckBox</b></a> ( const TQString & text, TQWidget * parent, const char * name = 0 )</li> <li class=fn>bool <a href="#isChecked"><b>isChecked</b></a> () const</li> <li class=fn>void <a href="#setNoChange"><b>setNoChange</b></a> ()</li> -<li class=fn>void <a href="#setTristate"><b>setTristate</b></a> ( bool y = TRUE )</li> +<li class=fn>void <a href="#setTristate"><b>setTristate</b></a> ( bool y = true )</li> <li class=fn>bool <a href="#isTristate"><b>isTristate</b></a> () const</li> </ul> <h2>Public Slots</h2> @@ -127,7 +127,7 @@ constructor. </h3><p>Returns the accelerator associated with the button. See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const -</h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. +</h3><p>Returns true if autoRepeat is enabled; otherwise returns false. See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> @@ -151,22 +151,22 @@ returns 0. <p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn>bool <a name="isChecked"></a>TQCheckBox::isChecked () const -</h3><p>Returns TRUE if the checkbox is checked; otherwise returns FALSE. +</h3><p>Returns true if the checkbox is checked; otherwise returns false. See the <a href="tqcheckbox.html#checked-prop">"checked"</a> property for details. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const -</h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. +</h3><p>Returns true if the button is pressed; otherwise returns false. See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const -</h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. +</h3><p>Returns true if the button is an exclusive toggle; otherwise returns false. See the <a href="tqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const -</h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. +</h3><p>Returns true if the button is toggled; otherwise returns false. See the <a href="tqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const -</h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. +</h3><p>Returns true if the button is a toggle button; otherwise returns false. See the <a href="tqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>bool <a name="isTristate"></a>TQCheckBox::isTristate () const -</h3><p>Returns TRUE if the checkbox is a tri-state checkbox; otherwise returns FALSE. +</h3><p>Returns true if the checkbox is a tri-state checkbox; otherwise returns false. See the <a href="tqcheckbox.html#tristate-prop">"tristate"</a> property for details. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. @@ -207,7 +207,7 @@ See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. See the <a href="tqbutton.html#text-prop">"text"</a> property for details. -<h3 class=fn>void <a name="setTristate"></a>TQCheckBox::setTristate ( bool y = TRUE ) +<h3 class=fn>void <a name="setTristate"></a>TQCheckBox::setTristate ( bool y = true ) </h3><p>Sets whether the checkbox is a tri-state checkbox to <em>y</em>. See the <a href="tqcheckbox.html#tristate-prop">"tristate"</a> property for details. <h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const @@ -234,7 +234,7 @@ Toggles the state of a toggle button. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> -<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off. +<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is true if the button is on, or false if the button is off. <p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, or because <a href="tqbutton.html#setOn">setOn</a>() was called. <p> <p>See also <a href="tqbutton.html#clicked">clicked</a>(). @@ -260,7 +260,7 @@ effect on toggle buttons. autoRepeat is off by default. <p>Set this property's value with <a href="#setAutoRepeat">setAutoRepeat</a>() and get this property's value with <a href="#autoRepeat">autoRepeat</a>(). <h3 class=fn>bool <a name="checked-prop"></a>checked</h3> <p>This property holds whether the checkbox is checked. -<p>The default is unchecked, i.e. FALSE. +<p>The default is unchecked, i.e. false. <p>Set this property's value with <a href="#setChecked">setChecked</a>() and get this property's value with <a href="#isChecked">isChecked</a>(). <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> @@ -285,7 +285,7 @@ defined by the text. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). <h3 class=fn>bool <a name="tristate-prop"></a>tristate</h3> <p>This property holds whether the checkbox is a tri-state checkbox. -<p>The default is two-state, i.e. tri-state is FALSE. +<p>The default is two-state, i.e. tri-state is false. <p>Set this property's value with <a href="#setTristate">setTristate</a>() and get this property's value with <a href="#isTristate">isTristate</a>(). <!-- eof --> |