summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/icn
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-102-1/+143
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-142-3/+3
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-47/+1
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-072-3/+3
| | | | specifier, now that h is signed-only.
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-212-0/+12
|
* Bgen now understands more constant definitions, but that means that a few ↵Jack Jansen1999-12-141-0/+7
| | | | which are not parseable in Python have to be blacklisted.
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-123-0/+747
|
* Interface to GetIcon, PlotIcon and friends.Jack Jansen1999-01-183-0/+828