diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-15 14:32:18 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-15 14:32:18 (GMT) |
commit | c7fefed32cd009c5146cfcf1f7a84e5afdd41b27 (patch) | |
tree | 1e7b93d6b47204e6d678c8d2c23669ab850d8d7b /Mac/Modules/ctl/ctlsupport.py | |
parent | f69633e4a1110a55c6801b2529b7333b6098a690 (diff) | |
download | cpython-c7fefed32cd009c5146cfcf1f7a84e5afdd41b27.zip cpython-c7fefed32cd009c5146cfcf1f7a84e5afdd41b27.tar.gz cpython-c7fefed32cd009c5146cfcf1f7a84e5afdd41b27.tar.bz2 |
Added GetAuxiliaryControlRecord and SetControlColor, there was no good
reason they were excluded.
Diffstat (limited to 'Mac/Modules/ctl/ctlsupport.py')
-rw-r--r-- | Mac/Modules/ctl/ctlsupport.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/ctl/ctlsupport.py b/Mac/Modules/ctl/ctlsupport.py index f7f5df2..50efd94 100644 --- a/Mac/Modules/ctl/ctlsupport.py +++ b/Mac/Modules/ctl/ctlsupport.py @@ -29,6 +29,8 @@ ControlRef = ControlHandle ExistingControlHandle = OpaqueByValueType(OBJECTTYPE, "CtlObj_WhichControl", "BUG") RgnHandle = OpaqueByValueType("RgnHandle", "ResObj") +CCTabHandle = OpaqueByValueType("CCTabHandle", "ResObj") +AuxCtlHandle = OpaqueByValueType("AuxCtlHandle", "ResObj") ControlPartCode = Type("ControlPartCode", "h") DragConstraint = Type("DragConstraint", "h") |