home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / FillGraphicsChange.h < prev    next >
Encoding:
Text File  |  1995-08-03  |  229 b   |  13 lines

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