Declaration

func tabBar(_ tabBarControl: GSTabBarControl, shouldCloseTabItem tabItem: NSViewController) -> Bool

Declaration

- (BOOL) tabBar:(GSTabBarControl *) tabBarControl shouldCloseTabItem:(NSViewController *) tabItem;

Declaration

tabBar_shouldCloseTabItem_(tabBarControl: GSTabBarControl, tabItem: NSViewController) -> bool