Tk_CollapseMotionEvents (3) Linux Manual Page
Tk_CollapseMotionEvents, Tk_QueueWindowEvent – Add a window event to the Tcl event queue Synopsis #include <tk.h> int Tk_CollapseMotionEvents(display, collapse) Tk_QueueWindowEvent(eventPtr, position) Arguments Display *display (in) Display for which to control motion event collapsing. int collapse (in) Indicates whether motion events should be collapsed or not. XEvent *eventPtr (in) An event to add to the event queue….
