OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tk/] [doc/] [QWinEvent.3] - Diff between revs 579 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
'\"
'\"
'\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
'\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
'\"
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\"
'\" RCS: @(#) $Id: QWinEvent.3,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
'\" RCS: @(#) $Id: QWinEvent.3,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
'\"
'\"
.so man.macros
.so man.macros
.TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures"
.TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures"
.BS
.BS
.SH NAME
.SH NAME
Tk_QueueWindowEvent \- Add a window event to the Tcl event queue
Tk_QueueWindowEvent \- Add a window event to the Tcl event queue
.SH SYNOPSIS
.SH SYNOPSIS
.nf
.nf
\fB#include \fR
\fB#include \fR
.sp
.sp
\fBTk_QueueWindowEvent\fR(\fIeventPtr, position\fR)
\fBTk_QueueWindowEvent\fR(\fIeventPtr, position\fR)
.SH ARGUMENTS
.SH ARGUMENTS
.AS Tcl_QueuePosition position
.AS Tcl_QueuePosition position
.AP XEvent *eventPtr  in
.AP XEvent *eventPtr  in
An event to add to the event queue.
An event to add to the event queue.
.AP Tcl_QueuePosition position in
.AP Tcl_QueuePosition position in
Where to add the new event in the queue:  \fBTCL_QUEUE_TAIL\fR,
Where to add the new event in the queue:  \fBTCL_QUEUE_TAIL\fR,
\fBTCL_QUEUE_HEAD\fR, or \fBTCL_QUEUE_MARK\fR.
\fBTCL_QUEUE_HEAD\fR, or \fBTCL_QUEUE_MARK\fR.
.BE
.BE
.SH DESCRIPTION
.SH DESCRIPTION
.PP
.PP
This procedure places a window event on Tcl's
This procedure places a window event on Tcl's
internal event queue for eventual servicing.  It creates a
internal event queue for eventual servicing.  It creates a
Tcl_Event structure, copies the event into that structure,
Tcl_Event structure, copies the event into that structure,
and calls \fBTcl_QueueEvent\fR to add the event to the queue.
and calls \fBTcl_QueueEvent\fR to add the event to the queue.
When the event is eventually removed from the queue it is
When the event is eventually removed from the queue it is
processed just like all window events.
processed just like all window events.
.PP
.PP
The \fIposition\fR argument to \fBTk_QueueWindowEvent\fR has
The \fIposition\fR argument to \fBTk_QueueWindowEvent\fR has
the same significance as for \fBTcl_QueueEvent\fR;  see the
the same significance as for \fBTcl_QueueEvent\fR;  see the
documentation for \fBTcl_QueueEvent\fR for details.
documentation for \fBTcl_QueueEvent\fR for details.
.SH KEYWORDS
.SH KEYWORDS
callback, clock, handler, modal timeout
callback, clock, handler, modal timeout
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.