diff options
Diffstat (limited to 'doc/html/tqcloseevent.html')
-rw-r--r-- | doc/html/tqcloseevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcloseevent.html b/doc/html/tqcloseevent.html index bfe2fe879..d743bb3e2 100644 --- a/doc/html/tqcloseevent.html +++ b/doc/html/tqcloseevent.html @@ -76,7 +76,7 @@ independent top-level windows in a multi-window application. <p> <a href="tqobject.html">TQObject</a>s emits the <a href="tqobject.html#destroyed">destroyed()</a> signal when they are deleted. <p> If the last top-level window is closed, the <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. -<p> The <a href="#isAccepted">isAccepted</a>() function returns TRUE if the event's receiver has +<p> The <a href="#isAccepted">isAccepted</a>() function returns true if the event's receiver has agreed to close the widget; call <a href="#accept">accept</a>() to agree to close the widget and call <a href="#ignore">ignore</a>() if the receiver of this event does not want the widget to be closed. @@ -87,7 +87,7 @@ want the widget to be closed. </h3> <p> Constructs a close event object with the accept parameter flag set -to FALSE. +to false. <p> <p>See also <a href="#accept">accept</a>(). <h3 class=fn>void <a name="accept"></a>TQCloseEvent::accept () @@ -116,8 +116,8 @@ does not want the widget to be closed. <h3 class=fn>bool <a name="isAccepted"></a>TQCloseEvent::isAccepted () const </h3> -<p> Returns TRUE if the receiver of the event has agreed to close the -widget; otherwise returns FALSE. +<p> Returns true if the receiver of the event has agreed to close the +widget; otherwise returns false. <p> <p>See also <a href="#accept">accept</a>() and <a href="#ignore">ignore</a>(). <!-- eof --> |