diff options
Diffstat (limited to 'doc/html/tqtooltipgroup.html')
-rw-r--r-- | doc/html/tqtooltipgroup.html | 8 |
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 --> |