symbian-qemu-0.9.1-12/python-2.6.1/Lib/plat-mac/Carbon/Lists.py
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 # Generated from 'Lists.h'
       
     2 
       
     3 def FOUR_CHAR_CODE(x): return x
       
     4 listNotifyNothing = FOUR_CHAR_CODE('nada')
       
     5 listNotifyClick = FOUR_CHAR_CODE('clik')
       
     6 listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
       
     7 listNotifyPreClick = FOUR_CHAR_CODE('pclk')
       
     8 lDrawingModeOffBit = 3
       
     9 lDoVAutoscrollBit = 1
       
    10 lDoHAutoscrollBit = 0
       
    11 lDrawingModeOff = 8
       
    12 lDoVAutoscroll = 2
       
    13 lDoHAutoscroll = 1
       
    14 lOnlyOneBit = 7
       
    15 lExtendDragBit = 6
       
    16 lNoDisjointBit = 5
       
    17 lNoExtendBit = 4
       
    18 lNoRectBit = 3
       
    19 lUseSenseBit = 2
       
    20 lNoNilHiliteBit = 1
       
    21 lOnlyOne = -128
       
    22 lExtendDrag = 64
       
    23 lNoDisjoint = 32
       
    24 lNoExtend = 16
       
    25 lNoRect = 8
       
    26 lUseSense = 4
       
    27 lNoNilHilite = 2
       
    28 lInitMsg = 0
       
    29 lDrawMsg = 1
       
    30 lHiliteMsg = 2
       
    31 lCloseMsg = 3
       
    32 kListDefProcPtr = 0
       
    33 kListDefUserProcType = kListDefProcPtr
       
    34 kListDefStandardTextType = 1
       
    35 kListDefStandardIconType = 2