diff options
Diffstat (limited to 'Mac/Modules/win/winsupport.py')
-rw-r--r-- | Mac/Modules/win/winsupport.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Modules/win/winsupport.py b/Mac/Modules/win/winsupport.py index 81e6b53..022cf94 100644 --- a/Mac/Modules/win/winsupport.py +++ b/Mac/Modules/win/winsupport.py @@ -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") |