Package pype :: Module filebox
[frames] | no frames]

Module filebox

source code

Open/Save file dialog box

Customized dialog boxes derrived from the standard Tkinter Dialog class.

Author -- James A. Mazer (mazerj@gmail.com)

Classes
  FileDialog
Standard file selection dialog -- no checks on selected file.
  LoadFileDialog
File selection dialog which checks that the file exists.
  SaveFileDialog_noappend
File selection dialog which checks that the file may be created.
  SaveFileDialog
File selection dialog which checks that the file may be created.
Functions
 
Open(initialdir=os.curdir, initialfile='', pattern='*', datafiles=None, text=None) source code
 
SaveAs(initialdir=os.curdir, initialfile='', pattern='*', append=1, datafiles=None, text=None) source code
Variables
  dialogstates = {}