home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / SendToBackGraphicsChange.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  99 b   |  8 lines

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