aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PSMTabBar/PSMTabBarCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PSMTabBar/PSMTabBarCell.h')
-rw-r--r--Frameworks/PSMTabBar/PSMTabBarCell.h3
1 files changed, 3 insertions, 0 deletions
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;