home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
FadingImage
/
BackView.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
|
311 b
|
19 lines
#import <appkit/View.h>
#import "Thinker.h"
@interface BackView:View
{
id image;
NXRect imageRect;
NXPoint maxCoord;
unsigned BVthen;
}
- (BOOL) timePassed: (BStimeval) delay;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- setImageConstraints;
- setImage: newImage;
- (BOOL) useBufferedWindow;
@end