diff options
Diffstat (limited to 'doc/html/tqwhatsthis.html')
-rw-r--r-- | doc/html/tqwhatsthis.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqwhatsthis.html b/doc/html/tqwhatsthis.html index 2084c2d31..6315679af 100644 --- a/doc/html/tqwhatsthis.html +++ b/doc/html/tqwhatsthis.html @@ -48,7 +48,7 @@ widget, i.e. answering the question "What's this?". <li class=fn>void <a href="#setFont"><b>setFont</b></a> ( const TQFont & font )</li> <li class=fn>void <a href="#add"><b>add</b></a> ( TQWidget * widget, const TQString & text )</li> <li class=fn>void <a href="#remove"><b>remove</b></a> ( TQWidget * widget )</li> -<li class=fn>TQString <a href="#textFor"><b>textFor</b></a> ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = FALSE )</li> +<li class=fn>TQString <a href="#textFor"><b>textFor</b></a> ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = false )</li> <li class=fn>TQToolButton * <a href="#whatsThisButton"><b>whatsThisButton</b></a> ( TQWidget * parent )</li> <li class=fn>void <a href="#enterWhatsThisMode"><b>enterWhatsThisMode</b></a> ()</li> <li class=fn>bool <a href="#inWhatsThisMode"><b>inWhatsThisMode</b></a> ()</li> @@ -144,9 +144,9 @@ not be explicitly removed. <p> This virtual function is called when the user clicks inside the "What's this?" window. <em>href</em> is the link the user clicked on, or <a href="tqstring.html#TQString-null">TQString::null</a> if there was no link. -<p> If the function returns TRUE (the default), the "What's this?" +<p> If the function returns true (the default), the "What's this?" window is closed, otherwise it remains visible. -<p> The default implementation ignores <em>href</em> and returns TRUE. +<p> The default implementation ignores <em>href</em> and returns true. <h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> </h3> @@ -169,8 +169,8 @@ which point the left mouse button is no longer pressed. <h3 class=fn>bool <a name="inWhatsThisMode"></a>TQWhatsThis::inWhatsThisMode ()<tt> [static]</tt> </h3> -Returns TRUE if the application is in "What's this?" mode; -otherwise returns FALSE. +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 <a href="tqstring.html">TQString</a> & text = TQString::null, const <a href="tqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> @@ -205,13 +205,13 @@ 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> * w, const <a href="tqpoint.html">TQPoint</a> & pos = TQPoint ( ), bool 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> * w, const <a href="tqpoint.html">TQPoint</a> & pos = TQPoint ( ), bool 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 the mouse position; this is useful, for example, if you've subclassed to make the text that is displayed position dependent. -<p> If <em>includeParents</em> is TRUE, parent widgets are taken into +<p> If <em>includeParents</em> is true, parent widgets are taken into consideration as well when looking for what's this help text. <p> <p>See also <a href="#add">add</a>(). |