summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsplitter.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/tqsplitter.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/tqsplitter.html')
-rw-r--r--doc/html/tqsplitter.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqsplitter.html b/doc/html/tqsplitter.html
index 10999dd8e..916239469 100644
--- a/doc/html/tqsplitter.html
+++ b/doc/html/tqsplitter.html
@@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
<li class=fn>bool <a href="#childrenCollapsible"><b>childrenCollapsible</b></a> () const</li>
<li class=fn>void <a href="#setCollapsible"><b>setCollapsible</b></a> ( TQWidget&nbsp;*&nbsp;w, bool&nbsp;collapse )</li>
<li class=fn>virtual void <a href="#setResizeMode"><b>setResizeMode</b></a> ( TQWidget&nbsp;*&nbsp;w, ResizeMode&nbsp;mode )</li>
-<li class=fn>virtual void <a href="#setOpaqueResize"><b>setOpaqueResize</b></a> ( bool = TRUE )</li>
+<li class=fn>virtual void <a href="#setOpaqueResize"><b>setOpaqueResize</b></a> ( bool = true )</li>
<li class=fn>bool <a href="#opaqueResize"><b>opaqueResize</b></a> () const</li>
<li class=fn>void <a href="#moveToFirst"><b>moveToFirst</b></a> ( TQWidget&nbsp;*&nbsp;w )</li>
<li class=fn>void <a href="#moveToLast"><b>moveToLast</b></a> ( TQWidget&nbsp;*&nbsp;w )</li>
@@ -105,7 +105,7 @@ and <a href="tqwidget.html#maximumSize">maximumSize</a>() of the widgets. Use <a
specify that a widget should keep its size when the splitter is
resized, or set the stretch component of the <a href="tqwidget.html#sizePolicy-prop">sizePolicy</a>.
<p> Although TQSplitter normally resizes the children only at the end
-of a resize operation, if you call <a href="#setOpaqueResize">setOpaqueResize</a>(TRUE) the
+of a resize operation, if you call <a href="#setOpaqueResize">setOpaqueResize</a>(true) the
widgets are resized as often as possible.
<p> The initial distribution of size between the widgets is determined
by the initial size of each widget. You can also use <a href="#setSizes">setSizes</a>() to
@@ -161,7 +161,7 @@ been inserted or removed.
<p>Reimplemented from <a href="tqobject.html#childEvent">TQObject</a>.
<h3 class=fn>bool <a name="childrenCollapsible"></a>TQSplitter::childrenCollapsible () const
-</h3><p>Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE.
+</h3><p>Returns true if child widgets can be resized down to size 0 by the user; otherwise returns false.
See the <a href="tqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details.
<h3 class=fn>void <a name="drawSplitter"></a>TQSplitter::drawSplitter ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, TQCOORD&nbsp;x, TQCOORD&nbsp;y, TQCOORD&nbsp;w, TQCOORD&nbsp;h )<tt> [virtual protected]</tt>
</h3>
@@ -205,7 +205,7 @@ Moves widget <em>w</em> to the leftmost/top position.
Moves widget <em>w</em> to the rightmost/bottom position.
<h3 class=fn>bool <a name="opaqueResize"></a>TQSplitter::opaqueResize () const
-</h3><p>Returns TRUE if resizing is opaque; otherwise returns FALSE.
+</h3><p>Returns true if resizing is opaque; otherwise returns false.
See the <a href="tqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details.
<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSplitter::orientation () const
</h3><p>Returns the orientation of the splitter.
@@ -232,7 +232,7 @@ all the widgets in the splitter by setting the <a href="#childrenCollapsible-pro
<h3 class=fn>void <a name="setHandleWidth"></a>TQSplitter::setHandleWidth ( int )
</h3><p>Sets the width of the splitter handle.
See the <a href="tqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details.
-<h3 class=fn>void <a name="setOpaqueResize"></a>TQSplitter::setOpaqueResize ( bool = TRUE )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setOpaqueResize"></a>TQSplitter::setOpaqueResize ( bool = true )<tt> [virtual]</tt>
</h3><p>Sets whether resizing is opaque.
See the <a href="tqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details.
<h3 class=fn>void <a name="setOrientation"></a>TQSplitter::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>