home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
ArrowGraphicsChange.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-08-03
|
217 b
|
12 lines
@interface ArrowGraphicsChange : SimpleGraphicsChange
{
int arrowValue;
}
- initGraphicView:aGraphicView lineArrow:(int)anArrowValue;
- (NSString *)changeName;
- (Class)changeDetailClass;
- (int)lineArrow;
@end