Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 2 | -45/+7 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | Data of type Point is passed by value, not by reference. | Jack Jansen | 2000-03-22 | 2 | -6/+6 |
| | |||||
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 2 | -1/+47 |
| | | | | | | | handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability. | ||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 2 | -1/+33 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 2 | -3/+5 |
| | |||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -3/+3 |
| | | | | | | 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 Python | Jack Jansen | 1997-09-20 | 1 | -0/+4 |
| | |||||
* | Regenerated | Jack Jansen | 1996-08-02 | 1 | -3/+0 |
| | |||||
* | Added support for accessing a few more TERec members | Jack Jansen | 1996-04-16 | 2 | -8/+32 |
| | |||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 3 | -1/+56 |
| | | | | Lib:toolbox folder. | ||||
* | Interface to TextEdit toolbox | Jack Jansen | 1996-04-10 | 3 | -0/+1179 |