summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/te
Commit message (Collapse)AuthorAgeFilesLines
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-122-2/+57
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-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 Jansen2000-03-222-6/+6
|
* Unified handle-conversion scheme toJack Jansen1999-12-232-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 Jansen1999-12-122-1/+33
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-172-3/+5
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-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 PythonJack Jansen1997-09-201-0/+4
|
* RegeneratedJack Jansen1996-08-021-3/+0
|
* Added support for accessing a few more TERec membersJack Jansen1996-04-162-8/+32
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-123-1/+56
| | | | Lib:toolbox folder.
* Interface to TextEdit toolboxJack Jansen1996-04-103-0/+1179