diff options
Diffstat (limited to 'doc/html/tqeventloop.html')
-rw-r--r-- | doc/html/tqeventloop.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index 8605cf653..6b556f4af 100644 --- a/doc/html/tqeventloop.html +++ b/doc/html/tqeventloop.html @@ -183,7 +183,7 @@ Do not call it unless you really know what you are doing. <h3 class=fn>bool <a name="hasPendingEvents"></a>TQEventLoop::hasPendingEvents () const<tt> [virtual]</tt> </h3> -<p> Returns TRUE if there is an event waiting, otherwise it returns FALSE. +<p> Returns true if there is an event waiting, otherwise it returns false. <h3 class=fn>int <a name="loopLevel"></a>TQEventLoop::loopLevel () const<tt> [virtual]</tt> </h3> @@ -222,8 +222,8 @@ are available and return after processing newly available events. events are available, this function will return immediately. <p> NOTE: This function will not process events continuously; it returns after all available events are processed. -<p> This function returns TRUE if an event was processed; otherwise it -returns FALSE. +<p> This function returns true if an event was processed; otherwise it +returns false. <p> <p>See also <a href="#ProcessEvents-enum">ProcessEvents</a> and <a href="#hasPendingEvents">hasPendingEvents</a>(). <h3 class=fn>void <a name="registerSocketNotifier"></a>TQEventLoop::registerSocketNotifier ( <a href="tqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> |