|
|
Sample Programs from NeXSTEP 3.3
Help = {
ACTIONS = {
print:;
browserHit:;
generalHelp:;
};
OUTLETS = {
helpBrowser;
helpScrollView;
};
SUPERCLASS = Object;
};
GaugeView = {
ACTIONS = {
changeValue:;
};
OUTLETS = {
valueFormCell;
valueSlider;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
AnimalView = {
ACTIONS = {
flipHorizontal:;
rotateLeft:;
flipVertical:;
rotateRight:;
changeAnimal:;
};
SUPERCLASS = View;
};
BusyBoxApp = {
ACTIONS = {
info:;
preferences:;
};
OUTLETS = {
helpObject;
};
SUPERCLASS = Application;
};
ClockView = {
ACTIONS = {
changeBackgroundGray:;
changeClockType:;
changeShowSeconds:;
changeShowDate:;
};
OUTLETS = {
sTable;
};
SUPERCLASS = View;
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.