From 6dd781c483eea56f51ae0eff47d857976b5d0f0d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Jul 2025 11:44:58 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro --- doc/man/man3/tqboxlayout.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqboxlayout.3qt') 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 -- cgit v1.2.3