This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-12 07:30:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13b54a9da3085c19ccb10ebd65c67cf930af7ee7
cpython
/
Mac
/
Modules
/
ctl
T
History
Jack Jansen
25a5bd7708
Renamed.
2001-08-23 14:11:10 +00:00
..
_Ctlmodule.c
Renamed the Mac toolbox modules to have an initial _ in their name.
2001-08-23 14:02:09 +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
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