summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmotifstyle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmotifstyle.html')
-rw-r--r--doc/html/tqmotifstyle.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqmotifstyle.html b/doc/html/tqmotifstyle.html
index b5a202d14..1e0d977fc 100644
--- a/doc/html/tqmotifstyle.html
+++ b/doc/html/tqmotifstyle.html
@@ -46,7 +46,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQMotifStyle class provides <a href="motif-extension.html#Motif">Motif</a> look and feel.
+The TQMotifStyle class provides Motif look and feel.
<p>
<p> This class implements the Motif look and feel. It closely
resembles the original Motif look as defined by the Open Group,
@@ -59,14 +59,14 @@ GUI style on UNIX platforms.
</h3>
Constructs a TQMotifStyle.
<p> If <em>useHighlightCols</em> is FALSE (the default), the style will
-polish the application's color palette to emulate the <a href="motif-extension.html#Motif">Motif</a> way of
+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
-palette to emulate the <a href="motif-extension.html#Motif">Motif</a> way of highlighting, which is a
+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
set via <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(). The current color palette of
@@ -76,7 +76,7 @@ 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
-palette in a <a href="motif-extension.html#Motif">Motif</a>-like manner, which is a simple inversion
+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.