summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/PICTbrowse/PICTbrowse2.py
Commit message (Collapse)AuthorAgeFilesLines
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-091-1/+1
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
* Added an optional debug handler that traps and prints all unknown appleevents.Jack Jansen2000-06-201-1/+1
|
* Fixed multi-arg appends.Jack Jansen2000-03-071-1/+1
|
* Converted to Appearance and using a List control in stead of manually ↵Jack Jansen1999-12-231-23/+5
| | | | creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
* Calling Application._quit() is now preferred over raising self.Jack Jansen1996-09-171-1/+1
|
* Added a region arg to update callsJack Jansen1996-04-101-2/+2
|
* A variation on PICTbrowse.py that displays the picture usingJack Jansen1995-11-151-0/+187
DrawPicture.