ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



tkerror(n)                                  Tk Built-In Commands                                  tkerror(n)



____________________________________________________________________________________________________________

NAME
       tkerror - Command invoked to process background errors

SYNOPSIS
       tkerror message
____________________________________________________________________________________________________________


DESCRIPTION
       Note:  as  of Tk 4.1 the tkerror command has been renamed to bgerror because the event loop (which is
       what usually invokes it) is now part of Tcl.  For backward compatibility the bgerror provided by  the
       current  Tk  version  still  tries  to call tkerror if there is one (or an auto loadable one), so old
       script defining that error handler should still work, but you should anyhow modify  your  scripts  to
       use bgerror instead of tkerror because that support for the old name might vanish in the near future.
       If that call fails, bgerror posts a dialog showing the error and offering to see the stack  trace  to
       the user. If you want your own error management you should directly override bgerror instead of tker-ror. tkerror.
       ror.  Documentation for bgerror is available as part of Tcl's documentation.


KEYWORDS
       background error, reporting



Tk                                                   4.1                                          tkerror(n)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.