(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git] / Mac / Lib / toolbox / Controls.py
blob06865801152b63e70f5de958eec3b4f33cd2f8d9
1 # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Controls.h'
3 pushButProc = 0
4 checkBoxProc = 1
5 radioButProc = 2
6 useWFont = 8
7 scrollBarProc = 16
8 inButton = 10
9 inCheckBox = 11
10 inUpButton = 20
11 inDownButton = 21
12 inPageUp = 22
13 inPageDown = 23
14 inThumb = 129
15 popupMenuProc = 1008
16 inLabel = 1
17 inMenu = 2
18 inTriangle = 4
19 popupUseWFont = 1 << 3
20 popupTitleOutline = 1 << 11
21 popupTitleExtend = 1 << 14
22 popupTitleLeftJust = 0x00000000
23 popupTitleCenterJust = 0x00000001
24 popupTitleRightJust = 0x000000FF
25 noConstraint = 0
26 hAxisOnly = 1
27 vAxisOnly = 2
28 drawCntl = 0
29 testCntl = 1
30 calcCRgns = 2
31 initCntl = 3
32 dispCntl = 4
33 posCntl = 5
34 thumbCntl = 6
35 dragCntl = 7
36 autoTrack = 8
37 calcCntlRgn = 10
38 calcThumbRgn = 11
39 cFrameColor = 0
40 cBodyColor = 1
41 cTextColor = 2
42 cThumbColor = 3