AddressList.__str__(): Get rid of useless, and broken method. Closes
[python/dscho.git] / Mac / Modules / evt / evtedit.py
blob3426b70bfc03b742f385b5878e83de2815e3a0f4
1 f = Function(void, 'SystemClick',
2 (EventRecord_ptr, 'theEvent', InMode),
3 (WindowPtr, 'theWindow', InMode),
5 functions.append(f)
7 f = Function(UInt32, 'TickCount',
9 functions.append(f)