home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
FillGraphicsChange.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
|
229 b
|
13 lines
@interface FillGraphicsChange : SimpleGraphicsChange
{
int fill;
}
- initGraphicView:aGraphicView;
- initGraphicView:aGraphicView fill:(int)fillValue;
- (NSString *)changeName;
- (Class)changeDetailClass;
- (int)fill;
@end