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

  1. @interface ResizeGraphicsChange : GraphicsChange
  2. {
  3.     Graphic     *graphic;
  4.     NXRect    oldBounds;
  5.     NXRect    newBounds;
  6. }
  7.  
  8. - initGraphicView:aGraphicView graphic:aGraphic;
  9. - (const char *)changeName;
  10. - saveBeforeChange;
  11. - changeDetailClass;
  12.  
  13. @end
  14.