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

  1. /*
  2.  * Please refer to external documentation about Draw
  3.  * with Undo for information about what SimpleGraphicsChange 
  4.  * is and where it fits in.
  5.  */
  6.  
  7. @interface SimpleGraphicsChange : GraphicsChange
  8. {
  9. }
  10.  
  11. - saveBeforeChange;
  12. - (BOOL)subsumeChange:change;
  13.  
  14. @end
  15.