| tkMessageBox | index /usr/local/lib/python2.3/lib-tk/tkMessageBox.py |
# Instant Python
# $Id: tkMessageBox.py,v 1.2 2003/04/06 09:00:54 rhettinger Exp $
#
# tk common message boxes
#
# this module provides an interface to the native message boxes
# available in Tk 4.2 and newer.
#
# written by Fredrik Lundh, May 1997
#
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| ABORT = 'abort' ABORTRETRYIGNORE = 'abortretryignore' CANCEL = 'cancel' ERROR = 'error' IGNORE = 'ignore' INFO = 'info' NO = 'no' OK = 'ok' OKCANCEL = 'okcancel' QUESTION = 'question' RETRY = 'retry' RETRYCANCEL = 'retrycancel' WARNING = 'warning' YES = 'yes' YESNO = 'yesno' YESNOCANCEL = 'yesnocancel' | ||