diff options
Diffstat (limited to 'doc/html/tqsplitter.html')
-rw-r--r-- | doc/html/tqsplitter.html | 10 |
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 * 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> @@ -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> * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD 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> |