tkerror.n
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1990-1994 The Regents of the University of California.
  3. '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
  4. '"
  5. '" See the file "license.terms" for information on usage and redistribution
  6. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '" 
  8. '" RCS: @(#) $Id: tkerror.n,v 1.2 1998/09/14 18:23:00 stanton Exp $
  9. '" 
  10. .so man.macros
  11. .TH tkerror n 4.1 Tk "Tk Built-In Commands"
  12. .BS
  13. '" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. tkerror - Command invoked to process background errors
  16. .SH SYNOPSIS
  17. fBtkerror fImessagefR
  18. .BE
  19. .SH DESCRIPTION
  20. .PP
  21. Note: as of Tk 4.1 the fBtkerrorfR command has been renamed to
  22. fBbgerrorfR because the event loop (which is what usually invokes
  23. it) is now part of Tcl.  For backward compatibility
  24. the fBbgerrorfR provided by the current Tk version still
  25. tries to call fBtkerrorfR if there is one (or an auto loadable one), 
  26. so old script defining that error handler should still work, but you
  27. should anyhow modify your scripts to use fBbgerrorfR instead 
  28. of fBtkerrorfR because that support for the old name might vanish
  29. in the near future. If that call fails, fBbgerrorfR 
  30. posts a dialog showing the error and offering to see the stack trace
  31. to the user. If you want your own error management you should
  32. directly override fBbgerrorfR instead of fBtkerrorfR.
  33. Documentation for fBbgerrorfR is available as part of Tcl's
  34. documentation.
  35. .SH KEYWORDS
  36. background error, reporting