home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
NeXTWORLD_DragLab
/
DragLab.app
/
English.lproj
/
DragLab.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
|
347 b
|
27 lines
DragView = {
ACTIONS = {
draggingExited:;
open:;
concludeDragOperation:;
};
OUTLETS = {
theImage;
textObj;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Controller = {
ACTIONS = {
appDidInit:;
};
OUTLETS = {
initalDragView;
};
SUPERCLASS = Object;
};