Jack Jansen | 84c21a8 | 1996-08-02 11:22:55 +0000 | [diff] [blame] | 1 | # Generated from 'flap:CW9 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Controls.h' |
Guido van Rossum | 227a423 | 1995-03-10 14:42:57 +0000 | [diff] [blame] | 2 | |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 3 | pushButProc = 0 |
| 4 | checkBoxProc = 1 |
| 5 | radioButProc = 2 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 6 | scrollBarProc = 16 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 7 | popupMenuProc = 1008 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 8 | kControlUsesOwningWindowsFontVariant = 1 << 3 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 9 | kControlNoPart = 0 |
| 10 | kControlLabelPart = 1 |
| 11 | kControlMenuPart = 2 |
| 12 | kControlTrianglePart = 4 |
| 13 | kControlButtonPart = 10 |
| 14 | kControlCheckBoxPart = 11 |
| 15 | kControlRadioButtonPart = 11 |
| 16 | kControlUpButtonPart = 20 |
| 17 | kControlDownButtonPart = 21 |
| 18 | kControlPageUpPart = 22 |
| 19 | kControlPageDownPart = 23 |
| 20 | kControlIndicatorPart = 129 |
| 21 | kControlDisabledPart = 254 |
| 22 | kControlInactivePart = 255 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 23 | kControlCheckboxUncheckedValue = 0 |
| 24 | kControlCheckboxCheckedValue = 1 |
| 25 | kControlCheckboxMixedValue = 2 |
| 26 | kControlRadioButtonUncheckedValue = 0 |
| 27 | kControlRadioButtonCheckedValue = 1 |
| 28 | kControlRadioButtonMixedValue = 2 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 29 | popupFixedWidth = 1 << 0 |
| 30 | popupVariableWidth = 1 << 1 |
| 31 | popupUseAddResMenu = 1 << 2 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 32 | popupUseWFont = 1 << 3 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 33 | popupTitleBold = 1 << 8 |
| 34 | popupTitleItalic = 1 << 9 |
| 35 | popupTitleUnderline = 1 << 10 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 36 | popupTitleOutline = 1 << 11 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 37 | popupTitleShadow = 1 << 12 |
| 38 | popupTitleCondense = 1 << 13 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 39 | popupTitleExtend = 1 << 14 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 40 | popupTitleNoStyle = 1 << 15 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 41 | popupTitleLeftJust = 0x00000000 |
| 42 | popupTitleCenterJust = 0x00000001 |
| 43 | popupTitleRightJust = 0x000000FF |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 44 | hAxisOnly = 1 |
| 45 | vAxisOnly = 2 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 46 | cFrameColor = 0 |
| 47 | cBodyColor = 1 |
| 48 | cTextColor = 2 |
| 49 | cThumbColor = 3 |
Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame] | 50 | drawCntl = 0 |
| 51 | testCntl = 1 |
| 52 | calcCRgns = 2 |
| 53 | initCntl = 3 |
| 54 | dispCntl = 4 |
| 55 | posCntl = 5 |
| 56 | thumbCntl = 6 |
| 57 | dragCntl = 7 |
| 58 | autoTrack = 8 |
| 59 | calcCntlRgn = 10 |
| 60 | calcThumbRgn = 11 |
Jack Jansen | ae8a68f | 1995-06-06 12:55:40 +0000 | [diff] [blame] | 61 | drawThumbOutline = 12 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 62 | kDrawControlEntireControl = 0 |
| 63 | kDrawControlIndicatorOnly = 129 |
| 64 | kDragControlEntireControl = 0 |
Jack Jansen | 754d4a4 | 1995-11-14 10:41:55 +0000 | [diff] [blame] | 65 | kDragControlIndicator = 1 |
| 66 | useWFont = 8 |
| 67 | inLabel = 1 |
| 68 | inMenu = 2 |
| 69 | inTriangle = 4 |
| 70 | inButton = 10 |
| 71 | inCheckBox = 11 |
| 72 | inUpButton = 20 |
| 73 | inDownButton = 21 |
| 74 | inPageUp = 22 |
| 75 | inPageDown = 23 |
| 76 | inThumb = 129 |
Jack Jansen | 7d0bc83 | 1995-06-09 20:56:31 +0000 | [diff] [blame] | 77 | kNoHiliteControlPart = 0 |
| 78 | kInLabelControlPart = 1 |
| 79 | kInMenuControlPart = 2 |
| 80 | kInTriangleControlPart = 4 |
| 81 | kInButtonControlPart = 10 |
| 82 | kInCheckBoxControlPart = 11 |
| 83 | kInUpButtonControlPart = 20 |
| 84 | kInDownButtonControlPart = 21 |
| 85 | kInPageUpControlPart = 22 |
| 86 | kInPageDownControlPart = 23 |
| 87 | kInIndicatorControlPart = 129 |
| 88 | kReservedControlPart = 254 |
| 89 | kControlInactiveControlPart = 255 |