OSDN Git Service

touched all tk files to ease next import
[pf3gnuchains/pf3gnuchains4x.git] / tk / doc / EventHndlr.3
index b17adc2..a77d957 100644 (file)
@@ -63,7 +63,7 @@ specified in the \fImask\fR argument to \fBTk_CreateEventHandler\fR.
 previously-created event handler:  it deletes the first handler
 it finds that is associated with \fItkwin\fR and matches the
 \fImask\fR, \fIproc\fR, and \fIclientData\fR arguments.  If
-no such handler exists, then \fBTk_EventHandler\fR returns
+no such handler exists, then \fBTk_HandleEvent\fR returns
 without doing anything.  Although Tk supports it, it's probably
 a bad idea to have more than one callback with the same \fImask\fR,
 \fIproc\fR, and \fIclientData\fR arguments.
@@ -77,3 +77,4 @@ order they were created.
 
 .SH KEYWORDS
 bind, callback, event, handler
+