mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Interface to the Mac List Manager.
This commit is contained in:
parent
f33a69f273
commit
a4b1d0030e
6 changed files with 1049 additions and 0 deletions
15
Mac/Lib/toolbox/Lists.py
Normal file
15
Mac/Lib/toolbox/Lists.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h'
|
||||
|
||||
lDoVAutoscroll = 2
|
||||
lDoHAutoscroll = 1
|
||||
lOnlyOne = -128
|
||||
lExtendDrag = 64
|
||||
lNoDisjoint = 32
|
||||
lNoExtend = 16
|
||||
lNoRect = 8
|
||||
lUseSense = 4
|
||||
lNoNilHilite = 2
|
||||
lInitMsg = 0
|
||||
lDrawMsg = 1
|
||||
lHiliteMsg = 2
|
||||
lCloseMsg = 3
|
Loading…
Add table
Add a link
Reference in a new issue