]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added evtedit.py for SystemClick()
authorGuido van Rossum <guido@python.org>
Fri, 10 Mar 1995 14:46:39 +0000 (14:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Mar 1995 14:46:39 +0000 (14:46 +0000)
Mac/Modules/evt/evtedit.py [new file with mode: 0644]

diff --git a/Mac/Modules/evt/evtedit.py b/Mac/Modules/evt/evtedit.py
new file mode 100644 (file)
index 0000000..50b4b1a
--- /dev/null
@@ -0,0 +1,6 @@
+f = Function(void, 'SystemClick',
+    (EventRecord_ptr, 'theEvent', InMode),
+    (WindowPtr, 'theWindow', InMode),
+)
+functions.append(f)
+