home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
PerformTextGraphicsChange.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
|
1992-02-10
|
447 b
|
20 lines
@interface PerformTextGraphicsChange : Change
{
TextGraphic *graphic; /* graphic to be modified */
GraphicView *graphicView; /* where the graphic is drawn */
Change *textChange; /* actual text change */
NXStream *stream; /* rtf stream */
}
- initGraphic:graphic view:graphicView;
- free;
- (const char *)changeName;
- undoChange;
- redoChange;
- (BOOL)incorporateChange:change;
- loadGraphic;
- unloadGraphic;
- editText;
@end