summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd/qdedit.py
blob: 313916864084339d640fd98de842abeb9e5f99b5 (plain)
1
2
3
4
5
6
7
8
9
f = Function(void, 'SetPort',
	(WindowPtr, 'thePort', InMode),
)
functions.append(f)

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