home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
DPSUserPath
/
DPSUserPath.app
/
English.lproj
/
DPSUserPath.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-18
|
269 b
|
20 lines
DPSUPView = {
ACTIONS = {
takeBackgroundGrayFrom:;
};
OUTLETS = {
};
SUPERCLASS = MouseView;
};
MouseView = {
ACTIONS = {
setTrackingRect:;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};