home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Survival Kit
/
Chip_Special_Survival_Kit_fuer_PC_Anwender.iso
/
PaperOut
/
NEXTSTEP
/
PaperOut.app
/
EBSound.nib
/
data.classes
next >
Wrap
Text File
|
1994-01-04
|
393b
|
33 lines
EBSound = {
ACTIONS = {
stopIt:;
volUp:;
volDown:;
playIt:;
pauseResume:;
};
OUTLETS = {
soundView;
volText;
pauseButton;
theWindow;
playButton;
statusField;
stopButton;
};
SUPERCLASS = Object;
};
VU = {
ACTIONS = {
};
OUTLETS = {
soundPointer;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};