summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmotifstyle.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqmotifstyle.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmotifstyle.html')
-rw-r--r--doc/html/tqmotifstyle.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqmotifstyle.html b/doc/html/tqmotifstyle.html
index eb3dd93f3..284a4d786 100644
--- a/doc/html/tqmotifstyle.html
+++ b/doc/html/tqmotifstyle.html
@@ -38,7 +38,7 @@ body { background: #ffffff; color: black; }
<p><a href="tqmotifstyle-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQMotifStyle"><b>TQMotifStyle</b></a> ( bool&nbsp;useHighlightCols = FALSE )</li>
+<li class=fn><a href="#TQMotifStyle"><b>TQMotifStyle</b></a> ( bool&nbsp;useHighlightCols = false )</li>
<li class=fn>void <a href="#setUseHighlightColors"><b>setUseHighlightColors</b></a> ( bool&nbsp;arg )</li>
<li class=fn>bool <a href="#useHighlightColors"><b>useHighlightColors</b></a> () const</li>
</ul>
@@ -54,17 +54,17 @@ GUI style on UNIX platforms.
<p>See also <a href="appearance.html">Widget Appearance and Style</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQMotifStyle"></a>TQMotifStyle::TQMotifStyle ( bool&nbsp;useHighlightCols = FALSE )
+<h3 class=fn><a name="TQMotifStyle"></a>TQMotifStyle::TQMotifStyle ( bool&nbsp;useHighlightCols = false )
</h3>
Constructs a TQMotifStyle.
-<p> If <em>useHighlightCols</em> is FALSE (the default), the style will
+<p> If <em>useHighlightCols</em> 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.
<h3 class=fn>void <a name="setUseHighlightColors"></a>TQMotifStyle::setUseHighlightColors ( bool&nbsp;arg )
</h3>
-If <em>arg</em> is FALSE, the style will polish the application's color
+If <em>arg</em> 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.
<p> The effect will show up the next time an application palette is
@@ -74,10 +74,10 @@ the application remains unchanged.
<h3 class=fn>bool <a name="useHighlightColors"></a>TQMotifStyle::useHighlightColors () const
</h3>
-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.
<!-- eof -->
<hr><p>