diff options
author | Guido van Rossum <guido@python.org> | 1995-03-10 14:46:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-10 14:46:39 (GMT) |
commit | b7a38354f4dc7ecd75a3f986d9e48caf96525dad (patch) | |
tree | c19de4dfe237e884163be2268ee4c0998c93fcfa /Mac/Modules | |
parent | 227a4232e6580891d3ee74b25888685a3c436fe2 (diff) | |
download | cpython-b7a38354f4dc7ecd75a3f986d9e48caf96525dad.zip cpython-b7a38354f4dc7ecd75a3f986d9e48caf96525dad.tar.gz cpython-b7a38354f4dc7ecd75a3f986d9e48caf96525dad.tar.bz2 |
added evtedit.py for SystemClick()
Diffstat (limited to 'Mac/Modules')
-rw-r--r-- | Mac/Modules/evt/evtedit.py | 6 |
1 files changed, 6 insertions, 0 deletions
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) + |