source:
trunk/essentials/dev-lang/python/Mac/Modules/evt/evtedit.py
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 194 bytes | |
| Line | |
|---|---|
| 1 | f = Function(void, 'SystemClick', |
| 2 | (EventRecord_ptr, 'theEvent', InMode), |
| 3 | (WindowPtr, 'theWindow', InMode), |
| 4 | ) |
| 5 | functions.append(f) |
| 6 | |
| 7 | f = Function(UInt32, 'TickCount', |
| 8 | ) |
| 9 | functions.append(f) |
Note:
See TracBrowser
for help on using the repository browser.
