home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
LineJoinGraphicsChange.h
< prev
next >
Wrap
Text File
|
1995-08-02
|
215b
|
12 lines
@interface LineJoinGraphicsChange : SimpleGraphicsChange
{
int joinValue;
}
- initGraphicView:aGraphicView lineJoin:(int)aJoinValue;
- (NSString *)changeName;
- (Class)changeDetailClass;
- (int)lineJoin;
@end