Instance Method
tabBar(_:shouldCloseTabItem:) tabBar:shouldCloseTabItem: tabBar_shouldCloseTabItem_
Declaration
func tabBar(_ tabBarControl: GSTabBarControl, shouldCloseTabItem tabItem: NSViewController) -> BoolDeclaration
- (BOOL) tabBar:(GSTabBarControl *) tabBarControl shouldCloseTabItem:(NSViewController *) tabItem;Declaration
tabBar_shouldCloseTabItem_(tabBarControl: GSTabBarControl, tabItem: NSViewController) -> bool