Instance Method
tabItem(at:)tabItemAtIndex:tabItemAtIndex_
Declaration
func tabItem(at idx: Int) -> NSViewController?Declaration
- (NSViewController *) tabItemAtIndex:(NSInteger) idx;Declaration
tabItemAtIndex_(idx: int) -> NSViewControllerInstance Method
func tabItem(at idx: Int) -> NSViewController?- (NSViewController *) tabItemAtIndex:(NSInteger) idx;tabItemAtIndex_(idx: int) -> NSViewController