From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqmotifplusstyle.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqmotifplusstyle.html') diff --git a/doc/html/tqmotifplusstyle.html b/doc/html/tqmotifplusstyle.html index 7052fe1ae..acf87d580 100644 --- a/doc/html/tqmotifplusstyle.html +++ b/doc/html/tqmotifplusstyle.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }

List of all member functions.

Public Members


Detailed Description

@@ -50,10 +50,10 @@ Unix/X11.

See also Widget Appearance and Style.


Member Function Documentation

-

TQMotifPlusStyle::TQMotifPlusStyle ( bool hoveringHighlight = TRUE ) +

TQMotifPlusStyle::TQMotifPlusStyle ( bool hoveringHighlight = true )

Constructs a TQMotifPlusStyle -

If hoveringHighlight is TRUE (the default), then the style will +

If hoveringHighlight is true (the default), then the style will not highlight push buttons, checkboxes, radiobuttons, comboboxes, scrollbars or sliders. -- cgit v1.2.3