home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
Circle.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-09-04
|
191 b
|
11 lines
@interface Circle : Graphic
/* Methods overridden from superclass(es) */
- (Graphic *)colorAcceptorAt:(NSPoint)point;
- (float)naturalAspectRatio;
- draw;
- (BOOL)hit:(NSPoint)point;
@end