From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- frontends/cocoa/PSMTabBarControl/PSMTabDragView.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 frontends/cocoa/PSMTabBarControl/PSMTabDragView.h (limited to 'frontends/cocoa/PSMTabBarControl/PSMTabDragView.h') diff --git a/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h b/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h new file mode 100644 index 000000000..f8018d290 --- /dev/null +++ b/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h @@ -0,0 +1,21 @@ +// +// PSMTabDragView.h +// PSMTabBarControl +// +// Created by Kent Sutherland on 6/17/07. +// Copyright 2007 Kent Sutherland. All rights reserved. +// + +#import + +@interface PSMTabDragView : NSView { + NSImage *_image; + NSImage *_alternateImage; + CGFloat _alpha; +} +- (void)setFadeValue:(CGFloat)value; +- (NSImage *)image; +- (void)setImage:(NSImage *)image; +- (NSImage *)alternateImage; +- (void)setAlternateImage:(NSImage *)image; +@end -- cgit v1.2.3