diff options
Diffstat (limited to 'Frameworks/PSMTabBar/PSMTabBarCell.h')
-rw-r--r-- | Frameworks/PSMTabBar/PSMTabBarCell.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Frameworks/PSMTabBar/PSMTabBarCell.h b/Frameworks/PSMTabBar/PSMTabBarCell.h index 6279355a..c68f9814 100644 --- a/Frameworks/PSMTabBar/PSMTabBarCell.h +++ b/Frameworks/PSMTabBar/PSMTabBarCell.h @@ -35,6 +35,7 @@ NSColor *_countColor; BOOL _isEdited; NSColor *_backgroundColor; + id _customControlView; } // creation/destruction @@ -43,8 +44,8 @@ - (void)dealloc; // accessors -- (id)controlView; -- (void)setControlView:(id)view; +- (id)customControlView; +- (void)setCustomControlView:(id)view; - (NSTrackingRectTag)closeButtonTrackingTag; - (void)setCloseButtonTrackingTag:(NSTrackingRectTag)tag; - (NSTrackingRectTag)cellTrackingTag; |