summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/app/appsupport.py
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2002-01-02 15:11:44 (GMT)
committerJust van Rossum <just@letterror.com>2002-01-02 15:11:44 (GMT)
commit4f6fe5242464e7930e0bd410bb68ba8b97b8514f (patch)
tree97efcc0c31c30daa23eabc0608f036edb2ab4772 /Mac/Modules/app/appsupport.py
parent1ca65c07388f29be49a61791f2f252587fa6581c (diff)
downloadcpython-4f6fe5242464e7930e0bd410bb68ba8b97b8514f.zip
cpython-4f6fe5242464e7930e0bd410bb68ba8b97b8514f.tar.gz
cpython-4f6fe5242464e7930e0bd410bb68ba8b97b8514f.tar.bz2
- Added DrawThemeTextBox()
- fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out.
Diffstat (limited to 'Mac/Modules/app/appsupport.py')
-rw-r--r--Mac/Modules/app/appsupport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/app/appsupport.py b/Mac/Modules/app/appsupport.py
index a0eff8e..94361a9 100644
--- a/Mac/Modules/app/appsupport.py
+++ b/Mac/Modules/app/appsupport.py
@@ -27,6 +27,8 @@ from macsupport import *
#WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
RgnHandle = FakeType("(RgnHandle)0")
+NULL = FakeType("NULL")
+
# XXXX Should be next, but this will break a lot of code...
# RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")