diff options
Diffstat (limited to 'doc/man/man3/tqboxlayout.3qt')
| -rw-r--r-- | doc/man/man3/tqboxlayout.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqboxlayout.3qt b/doc/man/man3/tqboxlayout.3qt index af4ecc960..11ddb63f1 100644 --- a/doc/man/man3/tqboxlayout.3qt +++ b/doc/man/man3/tqboxlayout.3qt @@ -258,7 +258,7 @@ Searches for widget \fIw\fR in this layout (not including child layouts). .PP Returns the index of \fIw\fR, or -1 if \fIw\fR is not found. .SH "bool TQBoxLayout::hasHeightForWidth () const\fC [virtual]\fR" -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. .PP Reimplemented from TQLayoutItem. .SH "int TQBoxLayout::heightForWidth ( int w ) const\fC [virtual]\fR" @@ -318,11 +318,11 @@ Resizes managed widgets within the rectangle \fIr\fR. .PP Reimplemented from TQLayout. .SH "bool TQBoxLayout::setStretchFactor ( TQWidget * w, int stretch )" -Sets the stretch factor for widget \fIw\fR to \fIstretch\fR and returns TRUE if \fIw\fR is found in this layout (not including child layouts); otherwise returns FALSE. +Sets the stretch factor for widget \fIw\fR to \fIstretch\fR and returns true if \fIw\fR is found in this layout (not including child layouts); otherwise returns false. .SH "bool TQBoxLayout::setStretchFactor ( TQLayout * l, int stretch )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Sets the stretch factor for the layout \fIl\fR to \fIstretch\fR and returns TRUE if \fIl\fR is found in this layout (not including child layouts); otherwise returns FALSE. +Sets the stretch factor for the layout \fIl\fR to \fIstretch\fR and returns true if \fIl\fR is found in this layout (not including child layouts); otherwise returns false. .SH "TQSize TQBoxLayout::sizeHint () const\fC [virtual]\fR" Returns the preferred size of this box layout. .PP |
