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
|
409 b
|
31 lines
SimpleCalc = {
ACTIONS = {
clearAllKey:;
infoPanel:;
numberKeys:;
clearKey:;
operationKeys:;
appDidInit:;
decimalKey:;
windowWillClose:;
helpPanel:;
equalsKey:;
};
OUTLETS = {
display;
minusKey;
myNXStringTable;
enterKey;
infoManager;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
MinusPanel = {
SUPERCLASS = Panel;
};