home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / ReorderGraphicsChange.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  102 b   |  9 lines

  1. @interface ReorderGraphicsChange : GraphicsChange
  2. {
  3. }
  4.  
  5. - saveBeforeChange;
  6. - changeDetailClass;
  7.  
  8. @end
  9.