summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmotifstyle.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmotifstyle.3qt')
-rw-r--r--doc/man/man3/tqmotifstyle.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt
index 81036289f..d4f8b4dee 100644
--- a/doc/man/man3/tqmotifstyle.3qt
+++ b/doc/man/man3/tqmotifstyle.3qt
@@ -18,7 +18,7 @@ Inherited by TQCDEStyle, TQMotifPlusStyle, and TQSGIStyle.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBTQMotifStyle\fR ( bool useHighlightCols = FALSE )"
+.BI "\fBTQMotifStyle\fR ( bool useHighlightCols = false )"
.br
.ti -1c
.BI "void \fBsetUseHighlightColors\fR ( bool arg )"
@@ -34,21 +34,21 @@ This class implements the Motif look and feel. It closely resembles the original
.PP
See also Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "TQMotifStyle::TQMotifStyle ( bool useHighlightCols = FALSE )"
+.SH "TQMotifStyle::TQMotifStyle ( bool useHighlightCols = false )"
Constructs a TQMotifStyle.
.PP
-If \fIuseHighlightCols\fR is FALSE (the default), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.
+If \fIuseHighlightCols\fR is false (the default), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.
.SH "void TQMotifStyle::setUseHighlightColors ( bool arg )"
-If \fIarg\fR is FALSE, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.
+If \fIarg\fR is false, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.
.PP
The effect will show up the next time an application palette is set via TQApplication::setPalette(). The current color palette of the application remains unchanged.
.PP
See also TQStyle::polish().
.SH "bool TQMotifStyle::useHighlightColors () const"
-Returns TRUE if the style treats the highlight colors of the
+Returns true if the style treats the highlight colors of the
palette in a Motif-like manner, which is a simple inversion
-between the base and the text color; otherwise returns FALSE. The
-default is FALSE.
+between the base and the text color; otherwise returns false. The
+default is false.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqmotifstyle.html