home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
ResizeGraphicsChange.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
|
245 b
|
14 lines
@interface ResizeGraphicsChange : GraphicsChange
{
Graphic *graphic;
NXRect oldBounds;
NXRect newBounds;
}
- initGraphicView:aGraphicView graphic:aGraphic;
- (const char *)changeName;
- saveBeforeChange;
- changeDetailClass;
@end