]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of 1.4 thru 1.16 (of _Ctlmodule.c):
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Feb 2002 23:11:42 +0000 (23:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Feb 2002 23:11:42 +0000 (23:11 +0000)
commit348fff88449ab98ca64572d9c05ee8a4a522d53e
tree5e33d61eff2065be4c60a201b7cbaad83129e46c
parentd597b8bd2803dc199d003e2a7e3005a98e3a4dea
Backport of 1.4 thru 1.16 (of _Ctlmodule.c):
- 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()
Mac/Modules/ctl/_Ctlmodule.c
Mac/Modules/ctl/ctlscan.py
Mac/Modules/ctl/ctlsupport.py