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

  1. @interface Polygon : Scribble
  2.  
  3. /* Methods overridden from superclass */
  4.  
  5. + (NSCursor *)cursor;
  6. - (BOOL)create:(NSEvent *)event in:(GraphicView *)view;
  7.  
  8. @end
  9.  
  10.