home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
Palettes
/
Clocks
/
Inspectors.subproj
/
English.lproj
/
CalendarClockInspector.nib
/
data.classes
next >
Wrap
Text File
|
1992-12-08
|
1KB
|
80 lines
CalendarClockInspector = {
ACTIONS = {
setWeekdayColor:;
setTimeColor:;
setDateColor:;
setMonthColor:;
};
OUTLETS = {
monthcolor;
weekdaycolor;
timecolor;
datecolor;
};
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;
};
SoundWell = {
ACTIONS = {
play:;
};
OUTLETS = {
sound;
};
SUPERCLASS = Control;
};