diff options
Diffstat (limited to 'doc/man/man3/tqtooltipgroup.3qt')
-rw-r--r-- | doc/man/man3/tqtooltipgroup.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtooltipgroup.3qt b/doc/man/man3/tqtooltipgroup.3qt index e42763240..469cd8fc9 100644 --- a/doc/man/man3/tqtooltipgroup.3qt +++ b/doc/man/man3/tqtooltipgroup.3qt @@ -95,9 +95,9 @@ Constructs a tool tip group called \fIname\fR, with parent \fIparent\fR. .SH "TQToolTipGroup::~TQToolTipGroup ()" Destroys this tool tip group and all tool tips in it. .SH "bool TQToolTipGroup::delay () const" -Returns TRUE if the display of the group text is delayed; otherwise returns FALSE. See the "delay" property for details. +Returns true if the display of the group text is delayed; otherwise returns false. See the "delay" property for details. .SH "bool TQToolTipGroup::enabled () const" -Returns TRUE if tool tips in the group are enabled; otherwise returns FALSE. See the "enabled" property for details. +Returns true if tool tips in the group are enabled; otherwise returns false. See the "enabled" property for details. .SH "void TQToolTipGroup::removeTip ()\fC [signal]\fR" This signal is emitted when a tool tip in this group is hidden. See the TQToolTipGroup documentation for an example of use. .PP @@ -118,13 +118,13 @@ Example: helpsystem/mainwindow.cpp. .SH "bool delay" This property holds whether the display of the group text is delayed. .PP -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. +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. .PP Set this property's value with setDelay() and get this property's value with delay(). .SH "bool enabled" This property holds whether tool tips in the group are enabled. .PP -This property's default is TRUE. +This property's default is true. .PP Set this property's value with setEnabled() and get this property's value with enabled(). |