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

  1. @interface LineColorGraphicsChange : SimpleGraphicsChange
  2. {
  3.     NXColor color;
  4. }
  5.  
  6. - initGraphicView:aGraphicView color:(const NXColor *)aColor;
  7. - (const char *)changeName;
  8. - changeDetailClass;
  9. - (NXColor)lineColor;
  10.  
  11. @end
  12.