home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
LineColorGraphicsChange.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-15
|
221 b
|
12 lines
@interface LineColorGraphicsChange : SimpleGraphicsChange
{
NXColor color;
}
- initGraphicView:aGraphicView color:(const NXColor *)aColor;
- (const char *)changeName;
- changeDetailClass;
- (NXColor)lineColor;
@end