📄 tkerror.n
字号:
'\"'\" Copyright (c) 1990-1994 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: @(#) tkerror.n 1.19 97/10/31 12:58:53'\" .so man.macros.TH tkerror n 4.1 Tk "Tk Built-In Commands".BS'\" Note: do not modify the .SH NAME line immediately below!.SH NAMEtkerror \- Command invoked to process background errors.SH SYNOPSIS\fBtkerror \fImessage\fR.BE.SH DESCRIPTION.PPNote: as of Tk 4.1 the \fBtkerror\fR command has been renamed to\fBbgerror\fR because the event loop (which is what usually invokesit) is now part of Tcl. For backward compatibilitythe \fBbgerror\fR provided by the current Tk version stilltries to call \fBtkerror\fR if there is one (or an auto loadable one), so old script defining that error handler should still work, but youshould anyhow modify your scripts to use \fBbgerror\fR instead of \fBtkerror\fR because that support for the old name might vanishin the near future. If that call fails, \fBbgerror\fR posts a dialog showing the error and offering to see the stack traceto the user. If you want your own error management you shoulddirectly override \fBbgerror\fR instead of \fBtkerror\fR.Documentation for \fBbgerror\fR is available as part of Tcl'sdocumentation..SH KEYWORDSbackground error, reporting
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -