summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwhatsthis.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqwhatsthis.html')
-rw-r--r--doc/html/ntqwhatsthis.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html
index 1e9055b8..a6282b31 100644
--- a/doc/html/ntqwhatsthis.html
+++ b/doc/html/ntqwhatsthis.html
@@ -149,7 +149,7 @@ not be explicitly removed.
window is closed, otherwise it remains visible.
<p> The default implementation ignores <em>href</em> and returns TRUE.
-<h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
+<h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
</h3>
Display <em>text</em> in a help window at the global screen position <em>pos</em>.
<p> If widget <em>w</em> is not 0 and has its own dedicated TQWhatsThis
@@ -174,7 +174,7 @@ Returns TRUE if the application is in "What's this?" mode;
otherwise returns FALSE.
<p> <p>See also <a href="#enterWhatsThisMode">enterWhatsThisMode</a>() and <a href="#leaveWhatsThisMode">leaveWhatsThisMode</a>().
-<h3 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
+<h3 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
</h3>
Leaves "What's this?" question mode.
<p> This function is used internally by widgets that support
@@ -199,14 +199,14 @@ This happens automatically if the widget is destroyed.
</h3>
Sets the font for all "What's this?" helps to <em>font</em>.
-<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQWhatsThis::text ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQWhatsThis::text ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3>
This virtual function returns the text for position <em>p</em> in the
widget that this "What's this?" object documents. If there is no
"What's this?" text for the position, <a href="tqstring.html#TQString-null">TQString::null</a> is returned.
<p> The default implementation returns TQString::null.
-<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textFor"></a>TQWhatsThis::textFor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQPoint ( ), bool&nbsp;includeParents = FALSE )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textFor"></a>TQWhatsThis::textFor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQPoint ( ), bool&nbsp;includeParents = FALSE )<tt> [static]</tt>
</h3>
Returns the what's this text for widget <em>w</em> or <a href="tqstring.html#TQString-null">TQString::null</a> if
there is no "What's this?" help for the widget. <em>pos</em> contains