home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
PerformTextGraphicsChange.h
< prev
next >
Wrap
Text File
|
1995-08-07
|
471b
|
19 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;
- (NSString *)changeName;
- (void)undoChange;
- (void)redoChange;
- (BOOL)incorporateChange:change;
- (void)loadGraphic;
- (void)unloadGraphic;
- (NSText *)editText;
@end