From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qmotifstyle.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 doc/html/qmotifstyle.html (limited to 'doc/html/qmotifstyle.html') diff --git a/doc/html/qmotifstyle.html b/doc/html/qmotifstyle.html new file mode 100644 index 000000000..bdb3ec3eb --- /dev/null +++ b/doc/html/qmotifstyle.html @@ -0,0 +1,93 @@ + + + + + +TQMotifStyle Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQMotifStyle Class Reference

+ +

The TQMotifStyle class provides Motif look and feel. +More... +

#include <qmotifstyle.h> +

Inherits TQCommonStyle. +

Inherited by TQCDEStyle, TQMotifPlusStyle, and TQSGIStyle. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQMotifStyle class provides Motif look and feel. +

+

This class implements the Motif look and feel. It closely +resembles the original Motif look as defined by the Open Group, +but with some minor improvements. The Motif style is TQt's default +GUI style on UNIX platforms. +

See also Widget Appearance and Style. + +


Member Function Documentation

+

TQMotifStyle::TQMotifStyle ( bool useHighlightCols = FALSE ) +

+Constructs a TQMotifStyle. +

If useHighlightCols 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. + +

void TQMotifStyle::setUseHighlightColors ( bool arg ) +

+If arg 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. +

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. +

See also TQStyle::polish(). + +

bool TQMotifStyle::useHighlightColors () const +

+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. + + +

+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1