mainloop.3

来自「linux系统下的音频通信」· 3 代码 · 共 33 行

3
33
字号
'\"'\" Copyright (c) 1990-1992 The Regents of the University of California.'\" Copyright (c) 1994-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: @(#) MainLoop.3 1.3 96/03/26 18:15:01'\" .so man.macros.TH Tk_MainLoop 3 "" Tk "Tk Library Procedures".BS.SH NAMETk_MainLoop \- loop for events until all windows are deleted.SH SYNOPSIS.nf\fB#include <tk.h>\fR.sp\fBTk_MainLoop\fR().BE.SH DESCRIPTION.PP\fBTk_MainLoop\fR is a procedure that loops repeatedly calling\fBTcl_DoOneEvent\fR.  It returns only when there are no applicationsleft in this process (i.e. no main windows exist anymore).  Mostwindowing applications will call \fBTk_MainLoop\fR afterinitialization; the main execution of the application will consistentirely of callbacks invoked via \fBTcl_DoOneEvent\fR..SH KEYWORDSapplication, event, main loop

⌨️ 快捷键说明

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