home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
Display
/
DisplayView.h
< prev
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-19
|
264 b
|
18 lines
/* Generated by Interface Builder */
#import "MouseView.h"
#import <appkit/appkit.h>
@interface DisplayView:MouseView
{
float sqSide, backgroundGray;
float xOffset, yOffset;
NXRect sqRect;
}
- (float)backgroundGray;
- takeBackgroundGrayFrom:sender;
@end