Home
last modified time | relevance | path

Searched refs:FileDialog (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/library/
Ddialog.rst126 .. note:: The *FileDialog* class should be subclassed for custom event
129 .. class:: FileDialog(master, title=None)
188 A subclass of FileDialog that creates a dialog window for selecting an
198 A subclass of FileDialog that creates a dialog window for selecting a
/third_party/python/Lib/tkinter/
Dfiledialog.py33 class FileDialog: class
233 class LoadFileDialog(FileDialog):
247 class SaveFileDialog(FileDialog):
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java13 import java.awt.FileDialog;
439 FileDialog fileDialog = new FileDialog(frame, "Input File"); in actionPerformed()
/third_party/python/Misc/
DHISTORY29119 - In FileDialog.py, remember the directory of the selected file, if
32259 - Much improved and enhanved FileDialog module for Tkinter.
32415 "FileDialog" has been added which implements standard file selection