diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
| commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
| tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqboxlayout.3qt | |
| parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
| download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |
