⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qwinevent.3

📁 linux系统下的音频通信
💻 3
字号:
'\"'\" 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.TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures".BS.SH NAMETk_QueueWindowEvent \- Add a window event to the Tcl event queue.SH SYNOPSIS.nf\fB#include <tk.h>\fR.sp\fBTk_QueueWindowEvent\fR(\fIeventPtr, position\fR).SH ARGUMENTS.AS Tcl_QueuePosition position.AP XEvent *eventPtr  inAn event to add to the event queue..AP Tcl_QueuePosition position inWhere to add the new event in the queue:  \fBTCL_QUEUE_TAIL\fR,\fBTCL_QUEUE_HEAD\fR, or \fBTCL_QUEUE_MARK\fR..BE.SH DESCRIPTION.PPThis procedure places a window event on Tcl'sinternal event queue for eventual servicing.  It creates aTcl_Event structure, copies the event into that structure,and calls \fBTcl_QueueEvent\fR to add the event to the queue.When the event is eventually removed from the queue it isprocessed just like all window events..PPThe \fIposition\fR argument to \fBTk_QueueWindowEvent\fR hasthe same significance as for \fBTcl_QueueEvent\fR;  see thedocumentation for \fBTcl_QueueEvent\fR for details..SH KEYWORDScallback, clock, handler, modal timeout

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -