diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqsplitter.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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/ntqsplitter.html')
| -rw-r--r-- | doc/html/ntqsplitter.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 295d820bb..ae52a8bcc 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -48,7 +48,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 * w, bool collapse )</li> <li class=fn>virtual void <a href="#setResizeMode"><b>setResizeMode</b></a> ( TQWidget * w, ResizeMode 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 * w )</li> <li class=fn>void <a href="#moveToLast"><b>moveToLast</b></a> ( TQWidget * w )</li> @@ -106,7 +106,7 @@ and <a href="ntqwidget.html#maximumSize">maximumSize</a>() of the widgets. Use < specify that a widget should keep its size when the splitter is resized, or set the stretch component of the <a href="ntqwidget.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 @@ -162,7 +162,7 @@ been inserted or removed. <p>Reimplemented from <a href="ntqobject.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="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. <h3 class=fn>void <a name="drawSplitter"></a>TQSplitter::drawSplitter ( <a href="ntqpainter.html">TQPainter</a> * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h )<tt> [virtual protected]</tt> </h3> @@ -206,7 +206,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="ntqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSplitter::orientation () const </h3><p>Returns the orientation of the splitter. @@ -233,7 +233,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="ntqsplitter.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="ntqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>TQSplitter::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> |
