diff options
Diffstat (limited to 'doc/man/man3/tqcloseevent.3qt')
| -rw-r--r-- | doc/man/man3/tqcloseevent.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt index 47f01da1e..39994dfb7 100644 --- a/doc/man/man3/tqcloseevent.3qt +++ b/doc/man/man3/tqcloseevent.3qt @@ -47,12 +47,12 @@ TQObjects emits the destroyed() signal when they are deleted. .PP If the last top-level window is closed, the TQApplication::lastWindowClosed() signal is emitted. .PP -The isAccepted() function returns TRUE if the event's receiver has agreed to close the widget; call accept() to agree to close the widget and call ignore() if the receiver of this event does not want the widget to be closed. +The isAccepted() function returns true if the event's receiver has agreed to close the widget; call accept() to agree to close the widget and call ignore() if the receiver of this event does not want the widget to be closed. .PP See also TQWidget::close(), TQWidget::hide(), TQObject::destroyed(), TQApplication::setMainWidget(), TQApplication::lastWindowClosed(), TQApplication::exec(), TQApplication::quit(), and Event Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQCloseEvent::TQCloseEvent ()" -Constructs a close event object with the accept parameter flag set to FALSE. +Constructs a close event object with the accept parameter flag set to false. .PP See also accept(). .SH "void TQCloseEvent::accept ()" @@ -80,7 +80,7 @@ See also accept(). Examples: .)l action/application.cpp, application/application.cpp, mdi/application.cpp, and qwerty/qwerty.cpp. .SH "bool TQCloseEvent::isAccepted () const" -Returns TRUE if the receiver of the event has agreed to close the widget; otherwise returns FALSE. +Returns true if the receiver of the event has agreed to close the widget; otherwise returns false. .PP See also accept() and ignore(). |
