diff options
Diffstat (limited to 'Mac/Lib/toolbox/Controls.py')
-rw-r--r-- | Mac/Lib/toolbox/Controls.py | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Mac/Lib/toolbox/Controls.py b/Mac/Lib/toolbox/Controls.py index f874df8..b309710 100644 --- a/Mac/Lib/toolbox/Controls.py +++ b/Mac/Lib/toolbox/Controls.py @@ -1,4 +1,4 @@ -# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Controls.h' +# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Controls.h' pushButProc = 0 checkBoxProc = 1 @@ -6,7 +6,6 @@ radioButProc = 2 scrollBarProc = 16 popupMenuProc = 1008 kControlUsesOwningWindowsFontVariant = 1 << 3 -useWFont = 8 kControlNoPart = 0 kControlLabelPart = 1 kControlMenuPart = 2 @@ -21,16 +20,6 @@ kControlPageDownPart = 23 kControlIndicatorPart = 129 kControlDisabledPart = 254 kControlInactivePart = 255 -inLabel = 1 -inMenu = 2 -inTriangle = 4 -inButton = 10 -inCheckBox = 11 -inUpButton = 20 -inDownButton = 21 -inPageUp = 22 -inPageDown = 23 -inThumb = 129 kControlCheckboxUncheckedValue = 0 kControlCheckboxCheckedValue = 1 kControlCheckboxMixedValue = 2 @@ -73,6 +62,18 @@ drawThumbOutline = 12 kDrawControlEntireControl = 0 kDrawControlIndicatorOnly = 129 kDragControlEntireControl = 0 +kDragControlIndicator = 1 +useWFont = 8 +inLabel = 1 +inMenu = 2 +inTriangle = 4 +inButton = 10 +inCheckBox = 11 +inUpButton = 20 +inDownButton = 21 +inPageUp = 22 +inPageDown = 23 +inThumb = 129 kNoHiliteControlPart = 0 kInLabelControlPart = 1 kInMenuControlPart = 2 |