summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/dialogs.rsrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-0/+0
|
* Changing the window type to movable modal isn't enough to make the dialogs ↵Jack Jansen2003-02-271-0/+0
| | | | movable: apprently you also need to set a bit in the dlgx resource. Did this.
* Let's try making the dialogs at least Movable Modal.Jack Jansen2003-02-251-0/+0
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+0
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).