home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / PasteGraphicsChange.h < prev    next >
Text File  |  1995-08-03  |  192b  |  11 lines

  1. @interface PasteGraphicsChange : GraphicsChange
  2. {
  3. }
  4.  
  5. - initGraphicView:aGraphicView graphics:theGraphics;
  6. - (NSString *)changeName;
  7. - (void)saveBeforeChange;
  8. - (Class)changeDetailClass;
  9.  
  10. @end
  11.