mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Moved CoreFoundation type support to bgen/macsupport.
This commit is contained in:
parent
286e838f22
commit
f34a8bced2
7 changed files with 75 additions and 70 deletions
|
@ -51,7 +51,6 @@ 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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue