diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqevent.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqevent.html')
| -rw-r--r-- | doc/html/ntqevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 4137dfdba..02ac15fdf 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -57,9 +57,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="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() and -<a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). +<a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns false). <p> TQObjects receive events by having their <a href="ntqobject.html#event">TQObject::event</a>() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; @@ -172,8 +172,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="ntqevent.html#Type-enum">Type</a> <a name="type"></a>TQEvent::type () const </h3> |
