summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/example0.html
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-75/+0
| | | | | | | Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
* Modified for installer and new names of various applets. Also cleanedJack Jansen1997-08-271-1/+1
| | | | up anything else I saw.
* - Added a file dialog exampleJack Jansen1996-07-181-0/+75
- Added pointers to library documentation