home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
Teapot
/
English.lproj
/
teapot.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-06-10
|
380 b
|
27 lines
MySubclass = {
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
TeapotView = {
ACTIONS = {
setResolutionFrom:;
setSurfaceType:;
setColorFrom:;
};
OUTLETS = {
surfaceMatrix;
resolutionSlider;
teapotsBox;
inspectorPanel;
theShader;
teapot;
resolutionTextField;
colorWell;
};
SUPERCLASS = N3DCamera;
};