Instance Method
tabBar(_:willCloseTabItem:) tabBar:willCloseTabItem: tabBar_willCloseTabItem_
Declaration
optional func tabBar(_ aTabBar: GSTabBarControl, willCloseTabItem tabItem: NSViewController)Declaration
- (void) tabBar:(GSTabBarControl *) aTabBar willCloseTabItem:(NSViewController *) tabItem;Declaration
tabBar_willCloseTabItem_(aTabBar: GSTabBarControl, tabItem: NSViewController)