home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
BoinkSpace
/
BoinkSpaceView.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-18
|
205 b
|
15 lines
#import "BoinkViewPart.h"
#import "SpaceView.h"
@interface BoinkSpaceView:BoinkView
{
id mySpaceView;
NXRect avoid;
}
- oneStep;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- didLockFocus;
@end