diff options
Diffstat (limited to 'doc/html/tqlistboxitem.html')
-rw-r--r-- | doc/html/tqlistboxitem.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqlistboxitem.html b/doc/html/tqlistboxitem.html index 94cc06b35..688c8be45 100644 --- a/doc/html/tqlistboxitem.html +++ b/doc/html/tqlistboxitem.html @@ -102,20 +102,20 @@ convenience and compatibility. <p>Reimplemented in <a href="tqlistboxtext.html#height">TQListBoxText</a> and <a href="tqlistboxpixmap.html#height">TQListBoxPixmap</a>. <h3 class=fn>bool <a name="isCurrent"></a>TQListBoxItem::isCurrent () const </h3> -Returns TRUE if the item is the current item; otherwise returns -FALSE. +Returns true if the item is the current item; otherwise returns +false. <p> <p>See also <a href="tqlistbox.html#currentItem-prop">TQListBox::currentItem</a>, <a href="tqlistbox.html#item">TQListBox::item</a>(), and <a href="#isSelected">isSelected</a>(). <h3 class=fn>bool <a name="isSelectable"></a>TQListBoxItem::isSelectable () const </h3> -Returns TRUE if this item is selectable (the default); otherwise -returns FALSE. +Returns true if this item is selectable (the default); otherwise +returns false. <p> <p>See also <a href="#setSelectable">setSelectable</a>(). <h3 class=fn>bool <a name="isSelected"></a>TQListBoxItem::isSelected () const </h3> -<p> Returns TRUE if the item is selected; otherwise returns FALSE. +<p> Returns true if the item is selected; otherwise returns false. <p> <p>See also <a href="tqlistbox.html#isSelected">TQListBox::isSelected</a>() and <a href="#isCurrent">isCurrent</a>(). <p>Example: <a href="listboxcombo-example.html#x1409">listboxcombo/listboxcombo.cpp</a>. @@ -169,13 +169,13 @@ extensions to this class. </h3> Defines whether the list box item is responsible for drawing itself in a highlighted state when being selected. -<p> If <em>b</em> is FALSE (the default), the list box will draw some +<p> If <em>b</em> is false (the default), the list box will draw some default highlight indicator before calling <a href="#paint">paint</a>(). <p> <p>See also <a href="#selected">selected</a>() and <a href="#paint">paint</a>(). <h3 class=fn>void <a name="setSelectable"></a>TQListBoxItem::setSelectable ( bool b ) </h3> -If <em>b</em> is TRUE (the default) then this item can be selected by +If <em>b</em> is true (the default) then this item can be selected by the user; otherwise this item cannot be selected by the user. <p> <p>See also <a href="#isSelectable">isSelectable</a>(). |