summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/Carbon/Lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/Carbon/Lists.py')
-rw-r--r--Mac/Lib/Carbon/Lists.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mac/Lib/Carbon/Lists.py b/Mac/Lib/Carbon/Lists.py
index e56ec77..76518ba 100644
--- a/Mac/Lib/Carbon/Lists.py
+++ b/Mac/Lib/Carbon/Lists.py
@@ -4,9 +4,11 @@ def FOUR_CHAR_CODE(x): return x
listNotifyNothing = FOUR_CHAR_CODE('nada')
listNotifyClick = FOUR_CHAR_CODE('clik')
listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
-listNotifyPreClick = FOUR_CHAR_CODE('pclk')
+listNotifyPreClick = FOUR_CHAR_CODE('pclk')
+lDrawingModeOffBit = 3
lDoVAutoscrollBit = 1
lDoHAutoscrollBit = 0
+lDrawingModeOff = 8
lDoVAutoscroll = 2
lDoHAutoscroll = 1
lOnlyOneBit = 7
@@ -27,6 +29,7 @@ lInitMsg = 0
lDrawMsg = 1
lHiliteMsg = 2
lCloseMsg = 3
-kListDefUserProcType = 0
+kListDefProcPtr = 0
+kListDefUserProcType = kListDefProcPtr
kListDefStandardTextType = 1
kListDefStandardIconType = 2