Tk userevent 0.95 Michael Halle mhalle@media.mit.edu This directory contains the beta release of Tk userevent, a user event package for Tk. Please read the file userevent.DOC for details (sorry, no manual page yet). To incorporate userevent into your application, be sure to add the following code to your tkAppInit.c: if(TkUserEvent_Init(interp) == TCL_ERROR){ return(TCL_ERROR); } and link your application with the file tkUEvent.c . I would appreciate any feedback on the concept and design of this mechanism, which I believe to be very powerful and useful. Thanks for your input.