From ce26c1a8d44743c418e6af461ba970cea3afaaee Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 15 Mar 2011 02:21:09 +0000 Subject: - Fix more compiler warnings - Tweak README --- Frameworks/PSMTabBar/PSMTabBarControl.h | 4 ++++ Frameworks/PSMTabBar/PSMTabBarControl.m | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'Frameworks/PSMTabBar') diff --git a/Frameworks/PSMTabBar/PSMTabBarControl.h b/Frameworks/PSMTabBar/PSMTabBarControl.h index cd2b5025..663bb74e 100644 --- a/Frameworks/PSMTabBar/PSMTabBarControl.h +++ b/Frameworks/PSMTabBar/PSMTabBarControl.h @@ -203,6 +203,10 @@ enum { - (void)bindPropertiesForCell:(PSMTabBarCell *)cell andTabViewItem:(NSTabViewItem *)item; - (void)removeTabForCell:(PSMTabBarCell *)cell; +// External drawing accessors +- (void)update; +- (void)update:(BOOL)animate; + @end diff --git a/Frameworks/PSMTabBar/PSMTabBarControl.m b/Frameworks/PSMTabBar/PSMTabBarControl.m index 231f3e3c..028dc84b 100644 --- a/Frameworks/PSMTabBar/PSMTabBarControl.m +++ b/Frameworks/PSMTabBar/PSMTabBarControl.m @@ -37,8 +37,6 @@ - (void)removeTabForCell:(PSMTabBarCell *)cell; // draw -- (void)update; -- (void)update:(BOOL)animate; - (void)_setupTrackingRectsForCell:(PSMTabBarCell *)cell; - (void)_positionOverflowMenu; - (void)_checkWindowFrame; -- cgit v1.2.3