home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
Sperm
/
sperm.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-04-05
|
327 b
|
24 lines
MySubclass = {
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
SpermView = {
ACTIONS = {
setUseColor:;
setLineWidth:;
setNumLines:;
inspector:;
};
OUTLETS = {
spermCountSlider;
colorButton;
spermWidthSlider;
inspectorPanel;
};
SUPERCLASS = View;
};