| Index: chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h (revision 0)
|
| +++ chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h (revision 0)
|
| @@ -0,0 +1,24 @@
|
| +//
|
| +// NSBezierPath+MCAdditions.h
|
| +//
|
| +// Created by Sean Patrick O'Brien on 4/1/08.
|
| +// Copyright 2008 MolokoCacao. All rights reserved.
|
| +//
|
| +
|
| +#import <Cocoa/Cocoa.h>
|
| +
|
| +
|
| +@interface NSBezierPath (MCAdditions)
|
| +
|
| ++ (NSBezierPath *)bezierPathWithCGPath:(CGPathRef)pathRef;
|
| +- (CGPathRef)cgPath;
|
| +
|
| +- (NSBezierPath *)pathWithStrokeWidth:(CGFloat)strokeWidth;
|
| +
|
| +- (void)fillWithInnerShadow:(NSShadow *)shadow;
|
| +- (void)drawBlurWithColor:(NSColor *)color radius:(CGFloat)radius;
|
| +
|
| +- (void)strokeInside;
|
| +- (void)strokeInsideWithinRect:(NSRect)clipRect;
|
| +
|
| +@end
|
|
|
| Property changes on: chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|