home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
CalculatorLab
/
English.lproj
/
SimpleCalc.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-27
|
402 b
|
30 lines
SimpleCalc = {
ACTIONS = {
equalsKey:;
infoPanel:;
numberKeys:;
numberDirectFromDisplay:;
clearKeys:;
operationKeys:;
windowWillClose:;
helpPanel:;
appDidInit:;
};
OUTLETS = {
stringSet;
display;
minusKey;
enterKey;
infoManager;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
MinusPanel = {
SUPERCLASS = Panel;
};