home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / Rectangle.h < prev    next >
Text File  |  1995-07-30  |  118b  |  10 lines

  1. @interface Rectangle : Graphic
  2.  
  3. /* Methods overridden from superclass */
  4.  
  5. - (float)naturalAspectRatio;
  6. - draw;
  7.  
  8. @end
  9.  
  10.