home *** CD-ROM | disk | FTP | other *** search
- MiscProgressViewInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- stepSlider;
- backgroundColorWell;
- stepText;
- foregroundColorWell;
- borderColorWell;
- };
- SUPERCLASS = IBInspector;
- };
- MiscProgressBarInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- tickText;
- theSwitch2;
- tickColorWell;
- emphasisText;
- theSwitch;
- };
- SUPERCLASS = MiscProgressViewInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscProgressView = {
- ACTIONS = {
- increment:;
- takeFloatValueFrom:;
- clear:;
- takeIntValueFrom:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- MiscProgressBar = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscProgressView;
- };
-