diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqcloseevent.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 --> |