commit | 2731c5cf460778f02c5e713f6fff25cbbebedd37 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Feb 07 15:45:40 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Feb 07 15:45:40 2003 +0000 |
tree | b1efe58e7a078bab68470462f8862d1e5fb2615d | |
parent | f6318594095b8dce5074030ec307c285a631bb65 [diff] |
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).