Instance Method
insertTabItem(_:at:) insertTabItem:atIndex: insertTabItem_atIndex_
Declaration
func insertTabItem(_ item: NSViewController, at idx: UInt)Declaration
- (void) insertTabItem:(NSViewController *) item atIndex:(NSUInteger) idx;Declaration
insertTabItem_atIndex_(item: NSViewController, idx: int)