cpython/Mac/Modules/qd/qdedit.py

10 lines
169 B
Python
Raw Normal View History

f = Function(void, 'SetPort',
(WindowPtr, 'thePort', InMode),
)
functions.append(f)
f = Function(void, 'OpenDeskAcc',
(Str255, 'name', InMode),
)
functions.append(f)