home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
textUndo.subproj
/
WholeTextChange.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
|
310 b
|
17 lines
/*
* This class is used to represent text changes which aren't restricted to
* the current selection. The entire contents of the text object are saved.
*/
@interface WholeTextChange : TextSelChange
{
}
/* Public methods */
- saveBeforeChange;
- saveAfterChange;
- setStart:(int)start end:(int)end;
@end