summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-04 22:03:36 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-04 22:03:36 (GMT)
commit83f5c384035260532bec28d7d58bb649b38af99a (patch)
tree1c65669d8478f957747bc4cf6938d4f405044ce4 /Mac
parentacbaefd796837ddd9be4c292bbd543be24de6001 (diff)
downloadcpython-83f5c384035260532bec28d7d58bb649b38af99a.zip
cpython-83f5c384035260532bec28d7d58bb649b38af99a.tar.gz
cpython-83f5c384035260532bec28d7d58bb649b38af99a.tar.bz2
The definitions for IBCarbonRuntime.h
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Lib/Carbon/IBCarbonRuntime.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/IBCarbonRuntime.py b/Mac/Lib/Carbon/IBCarbonRuntime.py
new file mode 100644
index 0000000..4678018
--- /dev/null
+++ b/Mac/Lib/Carbon/IBCarbonRuntime.py
@@ -0,0 +1,5 @@
+# Generated from 'IBCarbonRuntime.h'
+
+kIBCarbonRuntimeCantFindNibFile = -10960
+kIBCarbonRuntimeObjectNotOfRequestedType = -10961
+kIBCarbonRuntimeCantFindObject = -10962