home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
textUndo.subproj
/
TextChange.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
|
273 b
|
16 lines
/*
* This is the ancestor of all text changes. This class simply records
* the id of the text object to be changed.
*/
@interface TextChange : Change
{
id textView; /* pointer to Text View */
}
/* Creatio2tthod */
- initView:aView;
@end