Added GetAuxiliaryControlRecord and SetControlColor, there was no good

reason they were excluded.
This commit is contained in:
Jack Jansen 1997-08-15 14:32:18 +00:00
parent f69633e4a1
commit c7fefed32c
3 changed files with 39 additions and 2 deletions

View file

@ -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")