]> granicus.if.org Git - python/commit
Made AskFile* dialogs movable-modal by default, by providing a dummy
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Feb 2003 15:45:40 +0000 (15:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Feb 2003 15:45:40 +0000 (15:45 +0000)
commit2731c5cf460778f02c5e713f6fff25cbbebedd37
treeb1efe58e7a078bab68470462f8862d1e5fb2615d
parentf6318594095b8dce5074030ec307c285a631bb65
Made AskFile* dialogs movable-modal by default, by providing a dummy
eventProc (which simply drops all events on the floor). Also added a
method SetDefaultEventProc through which frameworks can set a global
event handler (which can still be overridden on a per-call basis
with the eventProc argument).
Lib/plat-mac/EasyDialogs.py