home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
PasteGraphicsChange.h
< prev
next >
Wrap
Text File
|
1995-08-03
|
192b
|
11 lines
@interface PasteGraphicsChange : GraphicsChange
{
}
- initGraphicView:aGraphicView graphics:theGraphics;
- (NSString *)changeName;
- (void)saveBeforeChange;
- (Class)changeDetailClass;
@end