diff options
Diffstat (limited to 'doc/html/tqchecklistitem.html')
-rw-r--r-- | doc/html/tqchecklistitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqchecklistitem.html b/doc/html/tqchecklistitem.html index 8bfe230b4..a52354016 100644 --- a/doc/html/tqchecklistitem.html +++ b/doc/html/tqchecklistitem.html @@ -162,11 +162,11 @@ Toggle check box or set radio button to on. <h3 class=fn>bool <a name="isOn"></a>TQCheckListItem::isOn () const </h3> -<p> Returns TRUE if the item is toggled on; otherwise returns FALSE. +<p> Returns true if the item is toggled on; otherwise returns false. <h3 class=fn>bool <a name="isTristate"></a>TQCheckListItem::isTristate () const </h3> -Returns TRUE if the item is tristate; otherwise returns FALSE. +Returns true if the item is tristate; otherwise returns false. <p> <p>See also <a href="#setTristate">setTristate</a>(). <h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> @@ -193,7 +193,7 @@ greater than 1000, to allow for extensions to this class. <p>Reimplemented from <a href="tqlistviewitem.html#rtti">TQListViewItem</a>. <h3 class=fn>void <a name="setOn"></a>TQCheckListItem::setOn ( bool b )<tt> [virtual]</tt> </h3> -Sets the button on if <em>b</em> is TRUE, otherwise sets it off. +Sets the button on if <em>b</em> is true, otherwise sets it off. Maintains radio button exclusivity. <h3 class=fn>void <a name="setState"></a>TQCheckListItem::setState ( <a href="tqchecklistitem.html#ToggleState-enum">ToggleState</a> s ) |