home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / UngroupGraphicsChange.h < prev    next >
Text File  |  1992-02-09  |  255b  |  17 lines

  1. @interface UngroupGraphicsChange : Change
  2. {
  3.     id         graphicView;
  4.     List    *changeDetails;
  5.     List    *groups;
  6. }
  7.  
  8. - initGraphicView:aGraphicView;
  9. - free;
  10. - (const char *)changeName;
  11. - saveBeforeChange;
  12. - undoChange;
  13. - redoChange;
  14. - changeDetailClass;
  15.  
  16. @end
  17.