mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added GetAuxiliaryControlRecord and SetControlColor, there was no good
reason they were excluded.
This commit is contained in:
parent
f69633e4a1
commit
c7fefed32c
3 changed files with 39 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue