summaryrefslogtreecommitdiffstats
path: root/doc/html/qtableselection.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qtableselection.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtableselection.html')
-rw-r--r--doc/html/qtableselection.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtableselection.html b/doc/html/qtableselection.html
index 613f4c522..0b2e9303a 100644
--- a/doc/html/qtableselection.html
+++ b/doc/html/qtableselection.html
@@ -74,7 +74,7 @@ cells.
<a href="#leftCol">leftCol</a>(), <a href="#rightCol">rightCol</a>(), <a href="#topRow">topRow</a>() and <a href="#bottomRow">bottomRow</a>() return the
rectangle's four edges. All four are part of the selection.
<p> A newly created TQTableSelection is inactive -- <a href="#isActive">isActive</a>() returns
-FALSE. You must use init() and expandTo() to activate it.
+false. You must use init() and expandTo() to activate it.
<p> <p>See also <a href="ntqtable.html">TQTable</a>, <a href="ntqtable.html#addSelection">TQTable::addSelection</a>(), <a href="ntqtable.html#selection">TQTable::selection</a>(), <a href="ntqtable.html#selectCells">TQTable::selectCells</a>(), <a href="ntqtable.html#selectRow">TQTable::selectRow</a>(), <a href="ntqtable.html#selectColumn">TQTable::selectColumn</a>(), and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
@@ -155,13 +155,13 @@ Returns the number of columns in the selection.
<h3 class=fn>bool <a name="operator!-eq"></a>TQTableSelection::operator!= ( const&nbsp;<a href="qtableselection.html">TQTableSelection</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-<p> Returns TRUE if <em>s</em> does not include the same cells as the
-selection; otherwise returns FALSE.
+<p> Returns true if <em>s</em> does not include the same cells as the
+selection; otherwise returns false.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQTableSelection::operator== ( const&nbsp;<a href="qtableselection.html">TQTableSelection</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-Returns TRUE if <em>s</em> includes the same cells as the selection;
-otherwise returns FALSE.
+Returns true if <em>s</em> includes the same cells as the selection;
+otherwise returns false.
<h3 class=fn>int <a name="rightCol"></a>TQTableSelection::rightCol () const
</h3>