summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/_Ctlmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.4 thru 1.16 (of _Ctlmodule.c):Jack Jansen2002-02-271-5/+199
| | | | | | | | | | | - added support for UserPaneKeyDownProc and UserPaneFocusProc - clear error after failing PyArg_Parse() - Oops, forgot to mark CreateScrollBarControl and CreateSliderControl as Carbon-only - added support for ControlActionProcs, exposing the following calls: - ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl()
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-181-0/+251
| | | | available in OSX (mach-o) but not in CarbonLib (neither on OSX or OS9).
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
|
* Added missing docstringJust van Rossum2001-12-181-1/+1
|
* Added support for tab controls and initial (incomplete) supportJust van Rossum2001-12-181-2/+394
| | | | for DataBrowser controls.
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-141-0/+564
|
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-131-48/+48
| | | | - FindControlUnderMouse() returns an existing control, not a new one.
* Shut up gcc warning.Jack Jansen2001-12-121-2/+2
|
* Updated for Universal Headers 3.4.Just van Rossum2001-12-121-2/+2307
|
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
| | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-5/+307
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Shut up many more gcc warnings.Jack Jansen2001-09-051-3/+9
|
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+2694