mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Export type objects to Python
This commit is contained in:
parent
6dd4868681
commit
a755e68df6
19 changed files with 111 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
|
|||
from macsupport import *
|
||||
|
||||
# Create the type objects
|
||||
MenuRef = OpaqueByValueType("MenuRef", "ResObj")
|
||||
MenuRef = OpaqueByValueType("MenuRef", "MenuObj")
|
||||
|
||||
|
||||
#WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue