diff options
Diffstat (limited to 'doc/html/ntqcheckbox.html')
-rw-r--r-- | doc/html/ntqcheckbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqcheckbox.html b/doc/html/ntqcheckbox.html index 7b2f82611..72cf66804 100644 --- a/doc/html/ntqcheckbox.html +++ b/doc/html/ntqcheckbox.html @@ -169,7 +169,7 @@ See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property f <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. See the <a href="ntqcheckbox.html#tristate-prop">"tristate"</a> property for details. -<h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const +<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. See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="pressed"></a>TQButton::pressed ()<tt> [signal]</tt> @@ -202,7 +202,7 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. Sets the checkbox to the "no change" state. <p> <p>See also <a href="#tristate-prop">tristate</a>. -<h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. See the <a href="ntqbutton.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> @@ -264,9 +264,9 @@ effect on toggle buttons. autoRepeat is off by default. <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="ntqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> <p>This property holds the pixmap shown on the button. -<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="ntqpixmap.html#depth">depth</a> is 1) and it does not have a mask, +<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="tqpixmap.html#depth">depth</a> is 1) and it does not have a mask, this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example. |