home *** CD-ROM | disk | FTP | other *** search
- MiscCircularSliderInspector = {
- ACTIONS = {
- revert:;
- setType:;
- setOptions:;
- setCurrent:;
- ok:;
- setBorder:;
- changeWidth:;
- setMinimum:;
- setMaximum:;
- setTag:;
- };
- OUTLETS = {
- currentValueField;
- maxValueField;
- optionMatrix;
- borderMatrix;
- typeMatrix;
- tagField;
- widthField;
- minValueField;
- };
- SUPERCLASS = IBInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-