mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Updated to Universal Headers 3.4
This commit is contained in:
parent
f30c3ad0d9
commit
620a7667eb
31 changed files with 1836 additions and 69 deletions
|
@ -49,6 +49,11 @@ RGBColor = OpaqueType("RGBColor", "QdRGB")
|
|||
RGBColor_ptr = RGBColor
|
||||
ScrollWindowOptions = Type("ScrollWindowOptions", "l")
|
||||
WindowPartCode = Type("WindowPartCode", "h")
|
||||
WindowDefPartCode = Type("WindowDefPartCode", "h")
|
||||
WindowModality = Type("WindowModality", "l")
|
||||
CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
|
||||
GDHandle = OpaqueByValueType("GDHandle", "ResObj")
|
||||
WindowConstrainOptions = Type("WindowConstrainOptions", "l")
|
||||
|
||||
PropertyCreator = OSTypeType("PropertyCreator")
|
||||
PropertyTag = OSTypeType("PropertyTag")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue