ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/graphicsUndo.subproj/EndEditingGraphicsChange.h

This is EndEditingGraphicsChange.h in view mode; [Download] [Up]

/*
 * This change is created when the user finishes editing a text
 * graphic. Undoing this change inserts the re-inserts the text
 * editing cursor in the text. More significantly, undoing this
 * change swaps the contents of the TextGraphic back into the
 * field editor so that it is ready to edit.
 */

@interface EndEditingGraphicsChange : Change
{
    id 		graphicView;
    TextGraphic	*graphic;
}

- initGraphicView:aGraphicView graphic:aGraphic;
- free;
- (const char *)changeName;
- undoChange;
- redoChange;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.