summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctlsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* If a control has no refcon pointing back to the Python object we create a newJack Jansen1999-03-131-6/+21
| | | | | Python object. This needs a new bgenObjectDefinition.py, which implements compare and hash functions.
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-071-0/+2
| | | | argument and return a Control or Menu object.
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
|
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-191-0/+37
|
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-281-0/+80
| | | | | TrackControl. TrackControl is now manually generated (too much work to explain this to bgen).
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+36
| | | | | | 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.
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-151-0/+2
| | | | reason they were excluded.
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-081-3/+3
|
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-011-1/+1
| | | | object.
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-121-1/+3
| | | | destroyed python object.
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-1/+1
|
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-181-0/+1
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-091-0/+2
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+4
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+86