Version 4 of Event Processing

Updated 2002-05-07 22:45:57

It's useful to distinguish two kinds of event processing in Tcl, that having to do with stream-oriented input-output [some reference here], and the events of Tk's WIMP user interaction, detailed in "windowing system events".

It's also important to understand the Tcl event loop, and the general concepts of Event programming and why it is relevant to Tcl/Tk programming.