summaryrefslogtreecommitdiffstats
path: root/doc/html/tqboxlayout.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/tqboxlayout.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/tqboxlayout.html')
-rw-r--r--doc/html/tqboxlayout.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqboxlayout.html b/doc/html/tqboxlayout.html
index a44cf2a61..05d7f1752 100644
--- a/doc/html/tqboxlayout.html
+++ b/doc/html/tqboxlayout.html
@@ -255,8 +255,8 @@ layouts).
<h3 class=fn>bool <a name="hasHeightForWidth"></a>TQBoxLayout::hasHeightForWidth () const<tt> [virtual]</tt>
</h3>
-Returns TRUE if this layout's preferred height depends on its width;
-otherwise returns FALSE.
+Returns true if this layout's preferred height depends on its width;
+otherwise returns false.
<p>Reimplemented from <a href="tqlayoutitem.html#hasHeightForWidth">TQLayoutItem</a>.
<h3 class=fn>int <a name="heightForWidth"></a>TQBoxLayout::heightForWidth ( int&nbsp;w ) const<tt> [virtual]</tt>
@@ -338,15 +338,15 @@ Resizes managed widgets within the rectangle <em>r</em>.
<h3 class=fn>bool <a name="setStretchFactor"></a>TQBoxLayout::setStretchFactor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;stretch )
</h3>
Sets the <a href="layout.html#stretch-factor">stretch factor</a> for widget <em>w</em> to <em>stretch</em> and returns
-TRUE if <em>w</em> is found in this layout (not including child
-layouts); otherwise returns FALSE.
+true if <em>w</em> is found in this layout (not including child
+layouts); otherwise returns false.
<h3 class=fn>bool <a name="setStretchFactor-2"></a>TQBoxLayout::setStretchFactor ( <a href="tqlayout.html">TQLayout</a>&nbsp;*&nbsp;l, int&nbsp;stretch )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the <a href="layout.html#stretch-factor">stretch factor</a> for the layout <em>l</em> to <em>stretch</em> and
-returns TRUE if <em>l</em> is found in this layout (not including child
-layouts); otherwise returns FALSE.
+returns true if <em>l</em> is found in this layout (not including child
+layouts); otherwise returns false.
<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt>
</h3>