home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
SimpleGraphicsChange.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
|
261 b
|
15 lines
/*
* Please refer to external documentation about Draw
* with Undo for information about what SimpleGraphicsChange
* is and where it fits in.
*/
@interface SimpleGraphicsChange : GraphicsChange
{
}
- saveBeforeChange;
- (BOOL)subsumeChange:change;
@end