Searched refs:FileDialog (Results 1 – 4 of 4) sorted by relevance
126 .. note:: The *FileDialog* class should be subclassed for custom event129 .. class:: FileDialog(master, title=None)188 A subclass of FileDialog that creates a dialog window for selecting an198 A subclass of FileDialog that creates a dialog window for selecting a
33 class FileDialog: class233 class LoadFileDialog(FileDialog):247 class SaveFileDialog(FileDialog):
13 import java.awt.FileDialog;439 FileDialog fileDialog = new FileDialog(frame, "Input File"); in actionPerformed()
29119 - In FileDialog.py, remember the directory of the selected file, if32259 - Much improved and enhanved FileDialog module for Tkinter.32415 "FileDialog" has been added which implements standard file selection