| ||||||
|
|
Tk_CreateEventHandlerPrepared by Ready-to-Run Software, Inc. Tk_CreateEventHandler(Tk Library Procedures_________________________________________________________________ Tk_CreateEventHandler(Tk Library Procedures
was created. Typically, clientData points to a data struc-
ture containing application-specific information about the
window in which the event occurred. EventPtr is a pointer
to the X event, which will be one of the ones specified in
the mask argument to Tk_CreateEventHandler.
Tk_DeleteEventHandler may be called to delete a previously-
created event handler: it deletes the first handler it
finds that is associated with tkwin and matches the mask,
proc, and clientData arguments. If no such handler exists,
then Tk_EventHandler returns without doing anything.
Although Tk supports it, it's probably a bad idea to have
more than one callback with the same mask, proc, and client-
Data arguments. When a window is deleted all of its
handlers will be deleted automatically; in this case there
is no need to call Tk_DeleteEventHandler.
If multiple handlers are declared for the same type of X
event on the same window, then the handlers will be invoked
in the order they were created.
|
|
|
Email addresses listed on this site may NOT be used for unsolicited commercial email. Ready-to-Run Software, Inc Privacy Statement Portions (c)Copyright, 1996-2005 by
Ready-to-Run
Software, Inc |
To return to the Ready-to-Run Software WinPak Table of contents please presshere