From 6b2425b375ee2e9ae0cd50d94493efb2256ebd80 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 1 Jun 2017 20:11:38 +0200 Subject: Revert "remove cocoa frontend" This reverts commit d6c07925417eaea27c85996bc243f93e27b1bcd0. --- .../PSMTabBarControl/NSBezierPath_AMShading.h | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h (limited to 'frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h') diff --git a/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h b/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h new file mode 100644 index 000000000..fd2c2dde4 --- /dev/null +++ b/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h @@ -0,0 +1,23 @@ +// +// NSBezierPath_AMShading.h +// ------------------------ +// +// Created by Andreas on 2005-06-01. +// Copyright 2005 Andreas Mayer. All rights reserved. +// +// based on http://www.cocoadev.com/index.pl?GradientFill + + +#import + +@interface NSBezierPath (AMShading) + +- (void)customHorizontalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor; +- (void)customVerticalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor; + +- (void)linearGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor; +- (void)linearVerticalGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor; + +- (void)bilinearGradientFillWithOuterColor:(NSColor *)outerColor innerColor:(NSColor *)innerColor; + +@end -- cgit v1.2.3