home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
CutGraphicsChange.m
< 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
|
172 b
|
15 lines
#import "drawundo.h"
@interface CutGraphicsChange(PrivateMethods)
@end
@implementation CutGraphicsChange
- (const char *)changeName
{
return CUT_OPERATION;
}
@end