home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
PasteGraphicsChange.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-02-10
|
189 b
|
12 lines
@interface PasteGraphicsChange : GraphicsChange
{
}
- initGraphicView:aGraphicView graphics:theGraphics;
- free;
- (const char *)changeName;
- saveBeforeChange;
- changeDetailClass;
@end