darling-rik-theme/Rik+Drawings.h
2013-12-29 00:30:12 +01:00

14 lines
464 B
Objective-C

#import "Rik.h"
void NSRoundRectDraw(NSRect r, float radius);
void NSRoundRectFill(NSRect r, float radius);
@interface Rik(RikDrawings)
- (NSGradient *) _bezelGradientWithColor:(NSColor*) baseColor;
- (NSGradient *) _buttonGradientWithColor:(NSColor*) baseColor;
- (NSGradient *) _windowTitlebarGradient;
- (NSRect) drawInnerGrayBezel: (NSRect)border withClip: (NSRect)clip;
- (NSBezierPath*) buttonBezierPathWithRect: (NSRect)frame andStyle: (int) style;
@end