home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MiscGaugeViewInspector = {
- ACTIONS = {
- "attribChanged:" = "attribChanged:";
- "backgroundColorChanged:" = "backgroundColorChanged:";
- "gaugeColorChanged:" = "gaugeColorChanged:";
- "sliderChanged:" = "sliderChanged:";
- "textColorChanged:" = "textColorChanged:";
- "titleFieldChanged:" = "titleFieldChanged:";
- "titlePositionChanged:" = "titlePositionChanged:";
- "valueChanged:" = "valueChanged:";
- };
- OUTLETS = {
- attribsForm = attribsForm;
- backgroundColorWell = backgroundColorWell;
- gaugeColorWell = gaugeColorWell;
- sliderMatrix = sliderMatrix;
- textColorWell = textColorWell;
- titleField = titleField;
- titlePositionMatrix = titlePositionMatrix;
- valueForm = valueForm;
- };
- SUPERCLASS = IBInspector;
- };
-