summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/PICTbrowse/PICTbrowse.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-111/+111
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
| | | | From SF patch #852334.
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-271-8/+2
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-2/+2
|
* 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
|
* Browse all PICT resources in the resource chain. Uses SetWindowPic forJack Jansen1995-11-141-0/+165
display.