home *** CD-ROM | disk | FTP | other *** search
- SoundWell = {
- ACTIONS = {
- play:;
- };
- OUTLETS = {
- sound;
- };
- SUPERCLASS = Control;
- };
- AnalogClockInspector = {
- ACTIONS = {
- setClockFaceImage:;
- setHourAndMinuteHandColor:;
- setSecondHandColor:;
- };
- OUTLETS = {
- hourAndMinuteHandcolor;
- clockfaceimage;
- secondHandcolor;
- };
- SUPERCLASS = ClockInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ImageWell = {
- ACTIONS = {
- };
- OUTLETS = {
- image;
- };
- SUPERCLASS = Control;
- };
- ClockInspector = {
- ACTIONS = {
- decrementMinute:;
- setClockBackgroundColor:;
- setClockBackgroundImage:;
- alarmOptions:;
- incrementMinute:;
- decrementMonth:;
- alarmMode:;
- incrementMonth:;
- clockOrAlarm:;
- playAlarmSound:;
- alarmSound:;
- incrementYear:;
- incrementDay:;
- decrementDay:;
- decrementYear:;
- incrementSecond:;
- decrementHour:;
- setClockOptions:;
- decrementSecond:;
- imageOrColor:;
- incrementHour:;
- };
- OUTLETS = {
- colorOrImage;
- inspectorView;
- alarmMode;
- clockOrAlarmButton;
- backgroundColor;
- inspectButton;
- timeAndDateWindow;
- displayWindow;
- options;
- alarmOptions;
- alarmSound;
- backgroundImage;
- clock;
- optionsWindow;
- };
- SUPERCLASS = IBInspector;
- };
-