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

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