summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtooltipgroup.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/tqtooltipgroup.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/tqtooltipgroup.html')
-rw-r--r--doc/html/tqtooltipgroup.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqtooltipgroup.html b/doc/html/tqtooltipgroup.html
index 63ddbee19..78cfef032 100644
--- a/doc/html/tqtooltipgroup.html
+++ b/doc/html/tqtooltipgroup.html
@@ -97,10 +97,10 @@ Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>.
Destroys this tool tip group and all tool tips in it.
<h3 class=fn>bool <a name="delay"></a>TQToolTipGroup::delay () const
-</h3><p>Returns TRUE if the display of the group text is delayed; otherwise returns FALSE.
+</h3><p>Returns true if the display of the group text is delayed; otherwise returns false.
See the <a href="tqtooltipgroup.html#delay-prop">"delay"</a> property for details.
<h3 class=fn>bool <a name="enabled"></a>TQToolTipGroup::enabled () const
-</h3><p>Returns TRUE if tool tips in the group are enabled; otherwise returns FALSE.
+</h3><p>Returns true if tool tips in the group are enabled; otherwise returns false.
See the <a href="tqtooltipgroup.html#enabled-prop">"enabled"</a> property for details.
<h3 class=fn>void <a name="removeTip"></a>TQToolTipGroup::removeTip ()<tt> [signal]</tt>
</h3>
@@ -128,14 +128,14 @@ tip.
<hr><h2>Property Documentation</h2>
<h3 class=fn>bool <a name="delay-prop"></a>delay</h3>
<p>This property holds whether the display of the group text is delayed.
-<p>If set to TRUE (the default), the group text is displayed at the
+<p>If set to true (the default), the group text is displayed at the
same time as the tool tip. Otherwise, the group text is displayed
immediately when the cursor enters the widget.
<p>Set this property's value with <a href="#setDelay">setDelay</a>() and get this property's value with <a href="#delay">delay</a>().
<h3 class=fn>bool <a name="enabled-prop"></a>enabled</h3>
<p>This property holds whether tool tips in the group are enabled.
-<p>This property's default is TRUE.
+<p>This property's default is true.
<p>Set this property's value with <a href="#setEnabled">setEnabled</a>() and get this property's value with <a href="#enabled">enabled</a>().
<!-- eof -->