#include <oop.h> #include <oop-tcl.h> oop_source *oop_tcl_new(); void oop_tcl_delete();
Events will be dispatched when the Tcl event loop is run, either directly via Tcl_DoOneEvent() or indirectly via Tk_MainLoop(). Unfortunately, there is no way to stop the Tcl event loop, so return values from event handlers are ignored.