Searched refs:FileDialog (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | FileDialog.py | 21 class FileDialog: class 220 class LoadFileDialog(FileDialog): 234 class SaveFileDialog(FileDialog):
|
/external/python/cpython3/Lib/tkinter/ |
D | filedialog.py | 26 class FileDialog: class 225 class LoadFileDialog(FileDialog): 239 class SaveFileDialog(FileDialog):
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 261 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)
|
D | JetCreator.py | 865 …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/ |
D | Demo.java | 13 import java.awt.FileDialog; 439 FileDialog fileDialog = new FileDialog(frame, "Input File"); in actionPerformed()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11740 - 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
|
/external/python/cpython3/Misc/ |
D | HISTORY | 29119 - 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
|