diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-07 22:00:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-07 22:00:15 (GMT) |
commit | 8acb512c92c1b619073eac7d604ab9791ef0e713 (patch) | |
tree | 3e9691c13e240731e5cf78e7e27ff536d68a4bab /doc/HandleEvent.3 | |
parent | 90b1090817bbf37d8787cc9ed77f2a4ca7460bb7 (diff) | |
parent | 2d8d71bb9e77b74a29295db7280e8383c4ac4df0 (diff) | |
download | tk-8acb512c92c1b619073eac7d604ab9791ef0e713.zip tk-8acb512c92c1b619073eac7d604ab9791ef0e713.tar.gz tk-8acb512c92c1b619073eac7d604ab9791ef0e713.tar.bz2 |
Merge trunk
Diffstat (limited to 'doc/HandleEvent.3')
-rw-r--r-- | doc/HandleEvent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HandleEvent.3 b/doc/HandleEvent.3 index f3072de..af3fde6 100644 --- a/doc/HandleEvent.3 +++ b/doc/HandleEvent.3 @@ -25,7 +25,7 @@ that all unused fields of the structure be set to zero. .PP \fBTk_HandleEvent\fR is a lower-level procedure that deals with window events. It is called by \fBTcl_ServiceEvent\fR (and indirectly by -\fBTk_DoOneEvent\fR), and in a few other cases within Tk. +\fBTcl_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 |