summaryrefslogtreecommitdiff
path: root/Mac/Lib/lib-toolbox/MiniAEFrame.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵Jack Jansen2001-08-191-194/+0
| | | | the Carbon package.
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-2/+3
| | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
* Removed try/except TypeError around calling the ae handler function, it ↵Jack Jansen2000-10-191-8/+6
| | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
* Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵Jack Jansen2000-10-191-0/+2
| | | | same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.
* Handle the ****/**** appleevent wildcard when called as a main program, so ↵Jack Jansen2000-09-241-1/+1
| | | | that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
* Added getaboutmenutext() method. (jvr)Just van Rossum2000-03-281-1/+4
|
* my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)Just van Rossum2000-03-271-3/+4
|
* fixed several event handling buglets, added command Q support, added a new ↵Just van Rossum2000-03-271-23/+37
| | | | module doc string, some formatting nits. (jvr)
* Removed debug printJack Jansen1998-10-211-1/+0
|
* Moved toolbox to lib-toolbox, Sjoerd-style.Jack Jansen1997-12-181-0/+176