Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason

for blacklisting them.
This commit is contained in:
Jack Jansen 1997-08-15 14:38:05 +00:00
parent eaf3c9bed7
commit 8f0fab78ce
3 changed files with 59 additions and 5 deletions

View file

@ -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;