]> granicus.if.org Git - python/commit
Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 17 Jan 2003 16:04:39 +0000 (16:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 17 Jan 2003 16:04:39 +0000 (16:04 +0000)
commitf0d12da482f0fa10f5af02c48f6791f286f49388
treec52eeee25d8ea24ce0cf94dfa1ab8657e4e3f076
parentb6c9f780741711750c326418a7b4578543b2aa65
Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These
are going to replace StandardGetFile() and friends. Main differences are
that these allow you to ask for specific datatypes to be returned (FSSpec,
FSRef, string, unicode or subtypes thereof) and that they provide access
to underlying features of Navigation Services through keyword arguments.
Lib/plat-mac/EasyDialogs.py