diff options
Diffstat (limited to 'doc/html/tqmotifstyle.html')
-rw-r--r-- | doc/html/tqmotifstyle.html | 14 |
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 useHighlightCols = FALSE )</li> +<li class=fn><a href="#TQMotifStyle"><b>TQMotifStyle</b></a> ( bool useHighlightCols = false )</li> <li class=fn>void <a href="#setUseHighlightColors"><b>setUseHighlightColors</b></a> ( bool 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 useHighlightCols = FALSE ) +<h3 class=fn><a name="TQMotifStyle"></a>TQMotifStyle::TQMotifStyle ( bool 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 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> |