home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
MoveGraphicsChange.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-07
|
268 b
|
14 lines
@interface MoveGraphicsChange : SimpleGraphicsChange
{
NSPoint undoVector;
NSPoint redoVector;
}
- initGraphicView:aGraphicView vector:(NSPoint)aVector;
- (NSString *)changeName;
- (Class)changeDetailClass;
- (NSPoint)undoVector;
- (NSPoint)redoVector;
@end