diff options
Diffstat (limited to 'doc/html/tqboxlayout.html')
-rw-r--r-- | doc/html/tqboxlayout.html | 12 |
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 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> * 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="tqlayout.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="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt> </h3> |