Home
last modified time | relevance | path

Searched refs:AskFileForOpen (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Mac/scripts/
Dmkestrres.py107 pathname = EasyDialogs.AskFileForOpen(message="Where is GUSI sys/errno.h?")
113 pathname = EasyDialogs.AskFileForOpen(message="Select cerrno (MSL) or cancel")
119 pathname = EasyDialogs.AskFileForOpen(message="Where is MacErrors.h?")
125 pathname = EasyDialogs.AskFileForOpen(message="Where is mkestrres-MacErrors.h?")
DBuildApplet.py59 filename = EasyDialogs.AskFileForOpen(message='Select Python source or applet:',
/external/python/cpython2/Mac/Demo/example0/
Dchecktext.py8 pathname = EasyDialogs.AskFileForOpen(message='File to check end-of-lines in:')
/external/python/cpython2/Mac/Demo/quicktime/
DMovieInWindow.py29 filename = EasyDialogs.AskFileForOpen() # Was: QuickTime.MovieFileType
DVerySimplePlayer.py27 fss = EasyDialogs.AskFileForOpen(wanted=File.FSSpec) # Was: QuickTime.MovieFileType
/external/python/cpython2/Lib/plat-mac/
Dfindertools.py704 pathname = EasyDialogs.AskFileForOpen('File to launch:')
712 pathname = EasyDialogs.AskFileForOpen('File to print:')
720 pathname = EasyDialogs.AskFileForOpen('File to copy:')
730 pathname = EasyDialogs.AskFileForOpen('File to move:')
DAudio_mac.py107 fn = EasyDialogs.AskFileForOpen(message="Select an AIFF soundfile", typeList=("AIFF",))
DEasyDialogs.py526 pathname = AskFileForOpen()
631 def AskFileForOpen( function
816 rv = AskFileForOpen(message="Gimme a file, %s"%s, wanted=Carbon.File.FSSpec)
DPixMapWrapper.py213 path = EasyDialogs.AskFileForOpen("Image File:")
Dvideoreader.py263 path = EasyDialogs.AskFileForOpen(message='Video to convert')
Dgensuitemodule.py106 filename = EasyDialogs.AskFileForOpen(
/external/python/cpython2/Doc/library/
Deasydialogs.rst110 .. function:: AskFileForOpen( [message] [, typeList] [, defaultLocation] [, defaultOptionFlags] [, …
133 for the file name to save to (the return value). See :func:`AskFileForOpen` for
140 or :const:`None` if the user cancelled. See :func:`AskFileForOpen` for a
/external/python/cpython2/Mac/Demo/imgbrowse/
Dimgbrowse.py47 pathname = EasyDialogs.AskFileForOpen() # Any file type
/external/fonttools/Lib/fontTools/
DafmLib.py414 path = EasyDialogs.AskFileForOpen()
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py270 path = EasyDialogs.AskFileForOpen(typeList=('TEXT',))
/external/python/cpython2/Mac/Demo/textedit/
Dped.py268 path = EasyDialogs.AskFileForOpen(typeList=('TEXT',))
/external/python/cpython2/Misc/
DHISTORY4903 - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
/external/python/cpython3/Misc/
DHISTORY22287 - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave