summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqhbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqhbox.3qt')
-rw-r--r--doc/man/man3/tqhbox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqhbox.3qt b/doc/man/man3/tqhbox.3qt
index f9be12b49..2acf0ad2b 100644
--- a/doc/man/man3/tqhbox.3qt
+++ b/doc/man/man3/tqhbox.3qt
@@ -51,7 +51,7 @@ See also TQHBoxLayout, TQVBox, TQGrid, Widget Appearance and Style, Layout Manag
.SH "TQHBox::TQHBox ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs an hbox widget with parent \fIparent\fR, called \fIname\fR. The parent, name and widget flags, \fIf\fR, are passed to the TQFrame constructor.
.SH "TQHBox::TQHBox ( bool horizontal, TQWidget * parent, const char * name, WFlags f = 0 )\fC [protected]\fR"
-Constructs a horizontal hbox if \fIhorizontal\fR is TRUE, otherwise constructs a vertical hbox (also known as a vbox).
+Constructs a horizontal hbox if \fIhorizontal\fR is true, otherwise constructs a vertical hbox (also known as a vbox).
.PP
This constructor is provided for the TQVBox class. You should never need to use it directly.
.PP
@@ -62,7 +62,7 @@ Sets the spacing between the child widgets to \fIspace\fR.
Examples:
.)l i18n/mywidget.cpp, listboxcombo/listboxcombo.cpp, tqdir/tqdir.cpp, tabdialog/tabdialog.cpp, wizard/wizard.cpp, and xform/xform.cpp.
.SH "bool TQHBox::setStretchFactor ( TQWidget * w, int stretch )"
-Sets the stretch factor of widget \fIw\fR to \fIstretch\fR. Returns TRUE if \fIw\fR is found. Otherwise returns FALSE.
+Sets the stretch factor of widget \fIw\fR to \fIstretch\fR. Returns true if \fIw\fR is found. Otherwise returns false.
.PP
See also TQBoxLayout::setStretchFactor() and Layouts.