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

  1. @interface LineWidthGraphicsChange : SimpleGraphicsChange
  2. {
  3.     float widthValue;
  4. }
  5.  
  6. - initGraphicView:aGraphicView lineWidth:(float)aWidth;
  7. - (const char *)changeName;
  8. - changeDetailClass;
  9. - (float)lineWidth;
  10.  
  11. @end
  12.