diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 07:50:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 07:50:49 (GMT) |
commit | efe49e60c2df01706cf06ffa6b7761aeb890ea13 (patch) | |
tree | 3f23e401590770c24a86fc380070f1d04fe34c9e /doc/CrtGenHdlr.3 | |
parent | 21efa20393f8b8cd50a86c9af011d55257b97ed5 (diff) | |
parent | 083d12f62fbec88cfe223c38e9d7a53f4acde39f (diff) | |
download | tk-efe49e60c2df01706cf06ffa6b7761aeb890ea13.zip tk-efe49e60c2df01706cf06ffa6b7761aeb890ea13.tar.gz tk-efe49e60c2df01706cf06ffa6b7761aeb890ea13.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc/CrtGenHdlr.3')
-rw-r--r-- | doc/CrtGenHdlr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtGenHdlr.3 b/doc/CrtGenHdlr.3 index c2aac03..1d6f3d5 100644 --- a/doc/CrtGenHdlr.3 +++ b/doc/CrtGenHdlr.3 @@ -38,7 +38,7 @@ use with Tk, and so on. The callback to \fIproc\fR will be made by \fBTk_HandleEvent\fR; this mechanism only works in programs that dispatch events through \fBTk_HandleEvent\fR (or through other Tk procedures that -call \fBTk_HandleEvent\fR, such as \fBTk_DoOneEvent\fR or +call \fBTk_HandleEvent\fR, such as \fBTcl_DoOneEvent\fR or \fBTk_MainLoop\fR). .PP \fIProc\fR should have arguments and result that match the |