From 664c0e238ec9feb873cfabc6e5ab5e43213323f9 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 7 Jun 2010 23:31:59 +0000 Subject: - Replace the precompiled PSMTabBar framework with a build-from-source dependency, in preparation for future code and style changes --- Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h (limited to 'Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h') diff --git a/Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h b/Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h new file mode 100644 index 00000000..b04f83d1 --- /dev/null +++ b/Frameworks/PSMTabBar/Styles/PSMCardTabStyle.h @@ -0,0 +1,32 @@ +// +// PSMCardTabStyle.h +// Fichiers +// +// Created by Michael Monscheuer on 05.11.09. +// Copyright 2009 WriteFlow KG, Wien. All rights reserved. +// + +#import +#import "PSMTabStyle.h" + +@interface PSMCardTabStyle : NSObject +{ + NSImage *unifiedCloseButton; + NSImage *unifiedCloseButtonDown; + NSImage *unifiedCloseButtonOver; + NSImage *unifiedCloseDirtyButton; + NSImage *unifiedCloseDirtyButtonDown; + NSImage *unifiedCloseDirtyButtonOver; + NSImage *_addTabButtonImage; + NSImage *_addTabButtonPressedImage; + NSImage *_addTabButtonRolloverImage; + + NSDictionary *_objectCountStringAttributes; + + CGFloat leftMargin; + PSMTabBarControl *tabBar; +} + +- (void)setLeftMarginForTabBarControl:(CGFloat)margin; + +@end -- cgit v1.2.3