summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox/Lists.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-12-12 22:08:00 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-12-12 22:08:00 (GMT)
commit6fe608c8407d42e024ca31481fbd6d11fd102dde (patch)
tree4d591d650a971f6f82736656b9a21de4bdbbf485 /Mac/Lib/lib-toolbox/Lists.py
parent177fa8c25eb0d1e9bb06733f6975b237285d128a (diff)
downloadcpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.zip
cpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.tar.gz
cpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.tar.bz2
Regenerated from Universal Headers 3.3.2
Diffstat (limited to 'Mac/Lib/lib-toolbox/Lists.py')
-rw-r--r--Mac/Lib/lib-toolbox/Lists.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mac/Lib/lib-toolbox/Lists.py b/Mac/Lib/lib-toolbox/Lists.py
index 12acf60..84de760 100644
--- a/Mac/Lib/lib-toolbox/Lists.py
+++ b/Mac/Lib/lib-toolbox/Lists.py
@@ -1,10 +1,10 @@
-# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Lists.h'
+# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Lists.h'
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')
lDoVAutoscrollBit = 1
lDoHAutoscrollBit = 0
lDoVAutoscroll = 2
@@ -27,3 +27,6 @@ lInitMsg = 0
lDrawMsg = 1
lHiliteMsg = 2
lCloseMsg = 3
+kListDefUserProcType = 0
+kListDefStandardTextType = 1
+kListDefStandardIconType = 2