mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason
for blacklisting them.
This commit is contained in:
parent
eaf3c9bed7
commit
8f0fab78ce
3 changed files with 59 additions and 5 deletions
|
|
@ -34,6 +34,9 @@ GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
|
|||
|
||||
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
|
||||
PicHandle = OpaqueByValueType("PicHandle", "ResObj")
|
||||
WCTabHandle = OpaqueByValueType("WCTabHandle", "ResObj")
|
||||
AuxWinHandle = OpaqueByValueType("AuxWinHandle", "ResObj")
|
||||
PixPatHandle = OpaqueByValueType("PixPatHandle", "ResObj")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#include <%s>""" % MACHEADERFILE + """
|
||||
|
|
@ -100,8 +103,8 @@ functions = []
|
|||
methods = []
|
||||
execfile(INPUTFILE)
|
||||
|
||||
# Add a manual routine for converting integer WindowPtr's (as returned by
|
||||
# various event routines) to a WindowObject.
|
||||
# Add manual routines for converting integer WindowPtr's (as returned by
|
||||
# various event routines) and Dialog objects to a WindowObject.
|
||||
whichwin_body = """
|
||||
long ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue