summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistboxitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqlistboxitem.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistboxitem.html')
-rw-r--r--doc/html/tqlistboxitem.html14
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&nbsp;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>().