diff options
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> |
