summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help
Commit message (Collapse)AuthorAgeFilesLines
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-46/+16
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-1/+1
|
* HMGetBalloonWindow should try to return an existing window.Jack Jansen2000-08-252-1/+3
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-39/+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-6/+6
| | | | specifier, now that h is signed-only.
* 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-202-18/+21
| | | | | | 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.
* Export type objects to PythonJack Jansen1997-09-202-2/+2
|
* Added interface to the Balloon Help ManagerJack Jansen1997-09-093-0/+492