This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-01-06 15:32:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
77105a960b
cpython
/
Mac
/
Modules
/
ctl
History
Download ZIP
Download TAR.GZ
Jack Jansen
77105a960b
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
2001-08-23 13:51:46 +00:00
..
ctledit.py
Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API...
2000-03-21 16:25:23 +00:00
Ctlmodule.c
Don't use extern when we mean staticforward (OSX gcc is picky about it).
2001-06-20 21:31:28 +00:00
ctlscan.py
Don't use extern when we mean staticforward (OSX gcc is picky about it).
2001-06-20 21:31:28 +00:00
ctlsupport.py
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
2001-08-23 13:51:46 +00:00