home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
DistributedObjects
/
remoteSpot
/
SpotView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-24
|
241 b
|
17 lines
#import <appkit/appkit.h>
@interface SpotView:View
{
id spotList;
id myThinker;
id server;
}
- initFrame:(const NXRect *)r;
- lateInit;
- mouseDown:(NXEvent *)theEvent;
- drawSelf:(const NXRect *) rects :(int)rectCount;
@end