home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / ResizeGraphicsChange.h < prev    next >
Encoding:
Text File  |  1995-08-07  |  256 b   |  14 lines

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