Instance Method
shouldAllowTabItem(_:toLeaveTabBar:) shouldAllowTabItem:toLeaveTabBar: shouldAllowTabItem_toLeaveTabBar_
Declaration
optional func shouldAllowTabItem(_ tabItem: NSViewController, toLeaveTabBar tabBarControl: GSTabBarControl) -> BoolDeclaration
- (BOOL) shouldAllowTabItem:(NSViewController *) tabItem toLeaveTabBar:(GSTabBarControl *) tabBarControl;Declaration
shouldAllowTabItem_toLeaveTabBar_(tabItem: NSViewController, tabBarControl: GSTabBarControl) -> bool