summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwhatsthis.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwhatsthis.3qt')
-rw-r--r--doc/man/man3/tqwhatsthis.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt
index 0af9e30ca..7f3bd6dd6 100644
--- a/doc/man/man3/tqwhatsthis.3qt
+++ b/doc/man/man3/tqwhatsthis.3qt
@@ -40,7 +40,7 @@ Inherits Qt.
.BI "void \fBremove\fR ( TQWidget * widget )"
.br
.ti -1c
-.BI "TQString \fBtextFor\fR ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = FALSE )"
+.BI "TQString \fBtextFor\fR ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = false )"
.br
.ti -1c
.BI "TQToolButton * \fBwhatsThisButton\fR ( TQWidget * parent )"
@@ -125,9 +125,9 @@ Examples:
.SH "bool TQWhatsThis::clicked ( const TQString & href )\fC [virtual]\fR"
This virtual function is called when the user clicks inside the" What's this?" window. \fIhref\fR is the link the user clicked on, or TQString::null if there was no link.
.PP
-If the function returns TRUE (the default), the "What's this?" window is closed, otherwise it remains visible.
+If the function returns true (the default), the "What's this?" window is closed, otherwise it remains visible.
.PP
-The default implementation ignores \fIhref\fR and returns TRUE.
+The default implementation ignores \fIhref\fR and returns true.
.SH "void TQWhatsThis::display ( const TQString & text, const TQPoint & pos = TQCursor::pos ( ), TQWidget * w = 0 )\fC [static]\fR"
Display \fItext\fR in a help window at the global screen position \fIpos\fR.
.PP
@@ -143,7 +143,7 @@ The user can also use the Esc key to leave "What's this?" mode.
.PP
See also inWhatsThisMode() and leaveWhatsThisMode().
.SH "bool TQWhatsThis::inWhatsThisMode ()\fC [static]\fR"
-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.
.PP
See also enterWhatsThisMode() and leaveWhatsThisMode().
.SH "void TQWhatsThis::leaveWhatsThisMode ( const TQString & text = TQString::null, const TQPoint & pos = TQCursor::pos ( ), TQWidget * w = 0 )\fC [static]\fR"
@@ -164,10 +164,10 @@ Sets the font for all "What's this?" helps to \fIfont\fR.
This virtual function returns the text for position \fIp\fR in the widget that this "What's this?" object documents. If there is no" What's this?" text for the position, TQString::null is returned.
.PP
The default implementation returns TQString::null.
-.SH "TQString TQWhatsThis::textFor ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = FALSE )\fC [static]\fR"
+.SH "TQString TQWhatsThis::textFor ( TQWidget * w, const TQPoint & pos = TQPoint ( ), bool includeParents = false )\fC [static]\fR"
Returns the what's this text for widget \fIw\fR or TQString::null if there is no "What's this?" help for the widget. \fIpos\fR contains the mouse position; this is useful, for example, if you've subclassed to make the text that is displayed position dependent.
.PP
-If \fIincludeParents\fR is TRUE, parent widgets are taken into consideration as well when looking for what's this help text.
+If \fIincludeParents\fR is true, parent widgets are taken into consideration as well when looking for what's this help text.
.PP
See also add().
.SH "TQToolButton * TQWhatsThis::whatsThisButton ( TQWidget * parent )\fC [static]\fR"