Copyright (c) 1995-1996 Sun Microsystems, Inc.
See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
SCCS: @(#) QWinEvent.3 1.4 96/03/26 18:17:16
.so man.macros
Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures"
S NAME
Tk_QueueWindowEvent - Add a window event to the Tcl event queue
SYNOPSIS
#include <tk.h> Tk_QueueWindowEvent(eventPtr, position)ARGUMENTS.AS Tcl_QueuePosition position .AP XEvent *eventPtr in An event to add to the event queue. .AP Tcl_QueuePosition position in Where to add the new event in the queue: TCL_QUEUE_TAIL, TCL_QUEUE_HEAD, or TCL_QUEUE_MARK. EDESCRIPTIONThis procedure places a window event on Tcl's internal event queue for eventual servicing. It creates a Tcl_Event structure, copies the event into that structure, and calls Tcl_QueueEvent to add the event to the queue. When the event is eventually removed from the queue it is processed just like all window events.
The position argument to Tk_QueueWindowEvent has the same significance as for Tcl_QueueEvent; see the documentation for Tcl_QueueEvent for details.
KEYWORDScallback, clock, handler, modal timeout