mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Moved toolbox to lib-toolbox, Sjoerd-style.
This commit is contained in:
parent
3802039cff
commit
0e680b7608
21 changed files with 1 additions and 1 deletions
24
Mac/Lib/lib-toolbox/Lists.py
Normal file
24
Mac/Lib/lib-toolbox/Lists.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
|
||||
|
||||
lDoVAutoscroll = 2
|
||||
lDoHAutoscroll = 1
|
||||
lOnlyOne = -128
|
||||
lExtendDrag = 64
|
||||
lNoDisjoint = 32
|
||||
lNoExtend = 16
|
||||
lNoRect = 8
|
||||
lUseSense = 4
|
||||
lNoNilHilite = 2
|
||||
lDoVAutoscrollBit = 1
|
||||
lDoHAutoscrollBit = 0
|
||||
lOnlyOneBit = 7
|
||||
lExtendDragBit = 6
|
||||
lNoDisjointBit = 5
|
||||
lNoExtendBit = 4
|
||||
lNoRectBit = 3
|
||||
lUseSenseBit = 2
|
||||
lNoNilHiliteBit = 1
|
||||
lInitMsg = 0
|
||||
lDrawMsg = 1
|
||||
lHiliteMsg = 2
|
||||
lCloseMsg = 3
|
Loading…
Add table
Add a link
Reference in a new issue