home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2005 May / MW_UK_2005_05.iso / 16 iCal utilities / MenuCal.sit / MenuCal / MenuCal.app / Contents / Resources / NSBezierPath_AMAdditons.h < prev    next >
Encoding:
Text File  |  2005-01-11  |  345 b   |  20 lines

  1. //
  2. //  NSBezierPath_AMAdditons.h
  3. //  PlateControl
  4. //
  5. //  Created by Andreas on Sun Jan 18 2004.
  6. //  Copyright (c) 2004 Andreas Mayer. All rights reserved.
  7. //
  8.  
  9. #import <AppKit/AppKit.h>
  10.  
  11.  
  12. @interface NSBezierPath (AMAdditons)
  13.  
  14. + (NSBezierPath *)bezierPathWithPlateInRect:(NSRect)rect;
  15.  
  16. - (void)appendBezierPathWithPlateInRect:(NSRect)rect;
  17.  
  18.  
  19. @end
  20.