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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-01-11
|
345 b
|
20 lines
//
// NSBezierPath_AMAdditons.h
// PlateControl
//
// Created by Andreas on Sun Jan 18 2004.
// Copyright (c) 2004 Andreas Mayer. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface NSBezierPath (AMAdditons)
+ (NSBezierPath *)bezierPathWithPlateInRect:(NSRect)rect;
- (void)appendBezierPathWithPlateInRect:(NSRect)rect;
@end