summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl
Commit message (Expand)AuthorAgeFilesLines
* SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H...Jack Jansen2001-01-122-29/+7
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-093-21/+22
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-123-2/+63
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-103-198/+831
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-143-40/+40
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-143-51/+74
* Fiddled declaration/implementation of setcallback() so that it is ansifyable.Jack Jansen2000-07-112-8/+16
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-072-4/+4
* Removed THINK_C support.Jack Jansen2000-06-042-8/+0
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-023-35/+246
* Added a few cast to make it 68k-compatible.Jack Jansen2000-04-052-10/+10
* Data of type Point is passed by value, not by reference.Jack Jansen2000-03-222-4/+4
* Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.Jack Jansen2000-03-212-4/+92
* Added a GetControlRect() method to controls which returns the bounding rectan...Jack Jansen2000-03-213-0/+24
* Started on support for callbacks for UserPane controls. Unfinished and untested.Jack Jansen2000-03-202-16/+251
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-292-2/+2
* Oops, forgot & in ParseTuple argument in ControlGetDataHandle.Jack Jansen1999-12-232-2/+2
* Unified handle-conversion scheme toJack Jansen1999-12-233-11/+11
* Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData forJack Jansen1999-12-192-1/+148
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-122-14/+235
* Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few...Jack Jansen1999-12-093-17/+147
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-092-12/+132
* If a control has no refcon pointing back to the Python object we create a newJack Jansen1999-03-132-11/+75
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-072-5/+8
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-073-0/+26
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-122-2/+2
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-192-0/+85
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-283-41/+166
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-0/+2
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-172-5/+4
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-203-51/+723
* Export type objects to PythonJack Jansen1997-09-202-1/+5
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-153-2/+39
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-082-7/+7
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-014-35/+42
* RegeneratedJack Jansen1996-08-021-3/+0
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-173/+0
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-124-4/+7
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-103-6/+11
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+10
* Regenerated because of minor changes in universal headersJack Jansen1995-11-142-12/+12
* Generated anewJack Jansen1995-08-172-1/+2
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-183-0/+21
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-093-219/+221
* Trying again to check it in. Changes to:Jack Jansen1995-06-064-121/+130
* the usualGuido van Rossum1995-03-101-0/+1
* Committed a more or less working version.Guido van Rossum1995-01-304-0/+1009