tkFileDialog
 

# Instant Python
# $Id: tkFileDialog.py,v 1.2 1998/03/20 20:45:49 guido Exp $
#
# tk common file dialogues
#
# this module provides interfaces to the native file dialogues
# available in Tk 4.2 and newer.
#
# written by Fredrik Lundh, May 1997. #


 Classes
                                                                                                                                                                                                                               
tkCommonDialog.Dialog
_Dialog
Open
SaveAs


 class Open(_Dialog)
           Ask for a filename to open
 
                                                                                                                                                                                                                     


 class SaveAs(_Dialog)
           Ask for a filename to save as
 
                                                                                                                                                                                                                     


 class _Dialog(tkCommonDialog.Dialog)
           no doc string
                                                                                                                                                                                                                     
_fixoptions(self)
no doc string
_fixresult(self, widget, result)
no doc string


 Functions
                                                                                                                                                                                                                               
askopenfile(mode='r', **options)
Ask for a filename to open, and returned the opened file
askopenfilename(**options)
Ask for a filename to open
asksaveasfile(mode='w', **options)
Ask for a filename to save as, and returned the opened file
asksaveasfilename(**options)
Ask for a filename to save as