diff options
Diffstat (limited to 'doc/html/tqhbox.html')
-rw-r--r-- | doc/html/tqhbox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqhbox.html b/doc/html/tqhbox.html index af2201fdd..08e45c097 100644 --- a/doc/html/tqhbox.html +++ b/doc/html/tqhbox.html @@ -73,7 +73,7 @@ constructor. <h3 class=fn><a name="TQHBox-2"></a>TQHBox::TQHBox ( bool horizontal, <a href="tqwidget.html">TQWidget</a> * parent, const char * name, WFlags f = 0 )<tt> [protected]</tt> </h3> -Constructs a horizontal hbox if <em>horizontal</em> is TRUE, otherwise +Constructs a horizontal hbox if <em>horizontal</em> is true, otherwise constructs a vertical hbox (also known as a vbox). <p> This constructor is provided for the <a href="tqvbox.html">TQVBox</a> class. You should never need to use it directly. @@ -87,8 +87,8 @@ Sets the spacing between the child widgets to <em>space</em>. <p>Examples: <a href="i18n-example.html#x1924">i18n/mywidget.cpp</a>, <a href="listboxcombo-example.html#x1402">listboxcombo/listboxcombo.cpp</a>, <a href="tqdir-example.html#x1826">tqdir/tqdir.cpp</a>, <a href="tabdialog-example.html#x54">tabdialog/tabdialog.cpp</a>, <a href="wizard-example.html#x2">wizard/wizard.cpp</a>, and <a href="xform-example.html#x1228">xform/xform.cpp</a>. <h3 class=fn>bool <a name="setStretchFactor"></a>TQHBox::setStretchFactor ( <a href="tqwidget.html">TQWidget</a> * w, int stretch ) </h3> -Sets the <a href="layout.html#stretch-factor">stretch factor</a> of widget <em>w</em> to <em>stretch</em>. Returns TRUE if -<em>w</em> is found. Otherwise returns FALSE. +Sets the <a href="layout.html#stretch-factor">stretch factor</a> of widget <em>w</em> to <em>stretch</em>. Returns true if +<em>w</em> is found. Otherwise returns false. <p> <p>See also <a href="tqboxlayout.html#setStretchFactor">TQBoxLayout::setStretchFactor</a>() and <a href="layout.html">Layouts</a>. <!-- eof --> |