Instance Method
shouldDragTabItem(_:fromTabBar:) shouldDragTabItem:fromTabBar: shouldDragTabItem_fromTabBar_
Declaration
optional func shouldDragTabItem(_ tabItem: NSViewController, fromTabBar tabBarControl: GSTabBarControl) -> BoolDeclaration
- (BOOL) shouldDragTabItem:(NSViewController *) tabItem fromTabBar:(GSTabBarControl *) tabBarControl;Declaration
shouldDragTabItem_fromTabBar_(tabItem: NSViewController, tabBarControl: GSTabBarControl) -> bool