home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / BringToFrontGraphicsChange.h < prev    next >
Text File  |  1993-12-06  |  99b  |  8 lines

  1. @interface BringToFrontGraphicsChange : ReorderGraphicsChange
  2. {
  3. }
  4.  
  5. - (NSString *)changeName;
  6.  
  7. @end
  8.