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/tqevent.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/tqevent.html')
-rw-r--r-- | doc/html/tqevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index 0c9b46753..2e0b64efd 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -56,9 +56,9 @@ event classes. Event objects contain event parameters. system events from the event queue, translates them into TQEvents and sends the translated events to TQObjects. <p> In general, events come from the underlying window system -(<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually +(<a href="#spontaneous">spontaneous</a>() returns true) but it is also possible to manually send events using <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>() and -<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). +<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns false). <p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; @@ -171,8 +171,8 @@ it will be removed from the list of events to be posted. <h3 class=fn>bool <a name="spontaneous"></a>TQEvent::spontaneous () const </h3> -<p> Returns TRUE if the event originated outside the application, i.e. -it is a system event; otherwise returns FALSE. +<p> Returns true if the event originated outside the application, i.e. +it is a system event; otherwise returns false. <h3 class=fn><a href="tqevent.html#Type-enum">Type</a> <a name="type"></a>TQEvent::type () const </h3> |