Instance Method
shouldDropTabItem(_:inTabBar:) shouldDropTabItem:inTabBar: shouldDropTabItem_inTabBar_
Declaration
optional func shouldDropTabItem(_ tabItem: NSViewController, inTabBar tabBarControl: GSTabBarControl) -> BoolDeclaration
- (BOOL) shouldDropTabItem:(NSViewController *) tabItem inTabBar:(GSTabBarControl *) tabBarControl;Declaration
shouldDropTabItem_inTabBar_(tabItem: NSViewController, tabBarControl: GSTabBarControl) -> bool