home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / LineColorGraphicsChange.h < prev    next >
Text File  |  1995-08-02  |  223b  |  12 lines

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