summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/list/listscan.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-0/+1
|
* More List Manager interfacing:Just van Rossum2001-11-051-5/+3
| | | | | | | - CreateCustomList(): write LDEF's in Python! (carbon + classic) - list.LGetCellDataLocation() (Jack: what's with this _WIN32/pywintoolbox.h stuff?)
* SetListCellIndent() argument was guessed incorrectly. Fixed.Jack Jansen2001-02-271-10/+4
|
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+14
|
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-271-0/+4
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-1/+1
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-1/+2
| | | | Lib:toolbox folder.
* Interface to the Mac List Manager.Jack Jansen1995-08-141-0/+73