diff options
Diffstat (limited to 'doc/HandleEvent.3')
-rw-r--r-- | doc/HandleEvent.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/HandleEvent.3 b/doc/HandleEvent.3 index 4d24c14..7824c5c 100644 --- a/doc/HandleEvent.3 +++ b/doc/HandleEvent.3 @@ -21,12 +21,11 @@ Tk_HandleEvent \- invoke event handlers for window system events Pointer to X event to dispatch to relevant handler(s). It is important that all unused fields of the structure be set to zero. .BE - .SH DESCRIPTION .PP \fBTk_HandleEvent\fR is a lower-level procedure that deals with window events. It is called by \fBTcl_ServiceEvent\fR (and indirectly by -\fBTcl_DoOneEvent\fR), and in a few other cases within Tk. +\fBTk_DoOneEvent\fR), and in a few other cases within Tk. It makes callbacks to any window event handlers (created by calls to \fBTk_CreateEventHandler\fR) that match \fIeventPtr\fR and then returns. In some cases @@ -43,6 +42,5 @@ as when a notifier has been popped up and an application wishes to wait for the user to click a button in the notifier before doing anything else. - .SH KEYWORDS callback, event, handler, window |