| tkCommonDialog | index /usr/lib/python1.6/lib-tk/tkCommonDialog.py |
# Instant Python
# $Id: tkCommonDialog.py,v 1.4 1998/10/12 20:40:47 guido Exp $
#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common
# dialogues available in Tk 4.2 and newer. use tkFileDialog,
# tkColorChooser, and tkMessageBox to access the individual
# dialogs.
#
# written by Fredrik Lundh, May 1997
#
| Modules | ||||||
| ||||||
| Classes | ||||||||||
| ||||||||||
| Data | ||
| __file__ = '/usr/lib/python1.6/lib-tk/tkCommonDialog.pyc' __name__ = 'tkCommonDialog' | ||