|
|
Sample Programs from NeXSTEP 3.3
MySubclass = {
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
SoundController = {
ACTIONS = {
didRecord:;
willPlay:;
open:;
pause:;
hadError:;
didPlay:;
save:;
saveAs:;
stop:;
appDidBecomeActive:;
record:;
newSoundDoc:;
revertToSaved:;
appDidHide:;
willRecord:;
info:;
play:;
};
OUTLETS = {
meter;
myStringTable;
pauseButton;
controlPanel;
currentDocument;
playButton;
infoPanel;
recordButton;
stopButton;
};
SUPERCLASS = Object;
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.