| tkMessageBox | index /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkMessageBox.py Module Docs |
# 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' | ||