commit | b7a38354f4dc7ecd75a3f986d9e48caf96525dad | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 10 14:46:39 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 10 14:46:39 1995 +0000 |
tree | c19de4dfe237e884163be2268ee4c0998c93fcfa | |
parent | 227a4232e6580891d3ee74b25888685a3c436fe2 [diff] [blame] |
added evtedit.py for SystemClick()
diff --git a/Mac/Modules/evt/evtedit.py b/Mac/Modules/evt/evtedit.py new file mode 100644 index 0000000..50b4b1a --- /dev/null +++ b/Mac/Modules/evt/evtedit.py
@@ -0,0 +1,6 @@ +f = Function(void, 'SystemClick', + (EventRecord_ptr, 'theEvent', InMode), + (WindowPtr, 'theWindow', InMode), +) +functions.append(f) +