From 4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 28 Aug 2002 21:16:53 +0000 Subject: Interface to Apple Help Viewer. --- Mac/Lib/Carbon/AH.py | 1 + Mac/Lib/Carbon/AppleHelp.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 Mac/Lib/Carbon/AH.py create mode 100644 Mac/Lib/Carbon/AppleHelp.py diff --git a/Mac/Lib/Carbon/AH.py b/Mac/Lib/Carbon/AH.py new file mode 100644 index 0000000..0701e7b --- /dev/null +++ b/Mac/Lib/Carbon/AH.py @@ -0,0 +1 @@ +from _AH import * diff --git a/Mac/Lib/Carbon/AppleHelp.py b/Mac/Lib/Carbon/AppleHelp.py new file mode 100644 index 0000000..3496d59 --- /dev/null +++ b/Mac/Lib/Carbon/AppleHelp.py @@ -0,0 +1,6 @@ +# Generated from 'AppleHelp.h' + +kAHInternalErr = -10790 +kAHInternetConfigPrefErr = -10791 +kAHTOCTypeUser = 0 +kAHTOCTypeDeveloper = 1 -- cgit v0.12