diff options
Diffstat (limited to 'doc/html/qboxlayout.html')
| -rw-r--r-- | doc/html/qboxlayout.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html index 6702397e7..ef766f6b4 100644 --- a/doc/html/qboxlayout.html +++ b/doc/html/qboxlayout.html @@ -256,8 +256,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="qlayoutitem.html#hasHeightForWidth">TQLayoutItem</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQBoxLayout::heightForWidth ( int w ) const<tt> [virtual]</tt> @@ -339,15 +339,15 @@ Resizes managed widgets within the rectangle <em>r</em>. <h3 class=fn>bool <a name="setStretchFactor"></a>TQBoxLayout::setStretchFactor ( <a href="ntqwidget.html">TQWidget</a> * w, int 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="ntqlayout.html">TQLayout</a> * l, int 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="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt> </h3> |
