Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DFileDialog.py21 class FileDialog: class
220 class LoadFileDialog(FileDialog):
234 class SaveFileDialog(FileDialog):
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
328 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
DJetCreator.py865 …dialog = wx.FileDialog(None, JetDefs.SAVE_PROMPT, defDir, "", JetDefs.JTC_FILE_SPEC, wx.SAVE | wx.…
999 …dialog = wx.FileDialog(None, JetDefs.IMPORT_ARCHIVE_PROMPT, defDir, "", JetDefs.ARCHIVE_FILE_SPEC,…
1069 …dialog = wx.FileDialog(None, JetDefs.EXPORT_ARCHIVE_PROMPT, defDir, "", JetDefs.ARCHIVE_FILE_SPEC,…
/external/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()
/external/python/cpython2/Misc/
DHISTORY11740 - In FileDialog.py, remember the directory of the selected file, if
14880 - Much improved and enhanved FileDialog module for Tkinter.
15036 "FileDialog" has been added which implements standard file selection