Annotation of Examples/AppKit/Draw/graphicsUndo.subproj/PerformTextGraphicsChange.h, revision 1.1.1.1

1.1       root        1: @interface PerformTextGraphicsChange : Change
                      2: {
                      3:     TextGraphic *graphic;      /* graphic to be modified */
                      4:     GraphicView *graphicView;  /* where the graphic is drawn */
                      5:     Change *textChange;                /* actual text change */
                      6:     NXStream *stream;          /* rtf stream */
                      7: }
                      8: 
                      9: - initGraphic:graphic view:graphicView;
                     10: - free;
                     11: - (const char *)changeName;
                     12: - undoChange;
                     13: - redoChange;
                     14: - (BOOL)incorporateChange:change;
                     15: - loadGraphic;
                     16: - unloadGraphic;
                     17: - editText;
                     18: 
                     19: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.