From b3b87db97d6b607ed78a671115e3e56a76077503 Mon Sep 17 00:00:00 2001 From: dmoagx Date: Wed, 23 Oct 2013 00:34:52 +0000 Subject: * This change adds basic tab coloring support for favorites - ** POC / NEEDS REVIEW ** Known issues: * There might be additional colors be shown when dragging tabs between windows * The color set might need fine tuning * Coloring of items in the favorite outline view is not yet handled --- Frameworks/PSMTabBar/PSMTabBarCell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Frameworks/PSMTabBar/PSMTabBarCell.h') diff --git a/Frameworks/PSMTabBar/PSMTabBarCell.h b/Frameworks/PSMTabBar/PSMTabBarCell.h index 519c7ac4..6279355a 100644 --- a/Frameworks/PSMTabBar/PSMTabBarCell.h +++ b/Frameworks/PSMTabBar/PSMTabBarCell.h @@ -34,6 +34,7 @@ NSInteger _count; NSColor *_countColor; BOOL _isEdited; + NSColor *_backgroundColor; } // creation/destruction @@ -81,6 +82,8 @@ - (void)setCurrentStep:(NSInteger)value; - (BOOL)isEdited; - (void)setIsEdited:(BOOL)value; +- (void)setBackgroundColor:(NSColor *)aColor; +- (NSColor *)backgroundColor; // component attributes - (NSRect)indicatorRectForFrame:(NSRect)cellFrame; -- cgit v1.2.3