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

  1. @interface FillGraphicsChange : SimpleGraphicsChange
  2. {
  3.     int fill;
  4. }
  5.  
  6. - inSaphicView:aGraphicView;
  7. - initGraphicView:aGraphicView fill:(int)fillValue;
  8. - (const char *)changeName;
  9. - changeDetailClass;
  10. - (int)fill;
  11.  
  12. @end
  13.