# `GSTabBarControl insertTabItem:atIndex:`

*Instance Method*

## Declaration

```swift
func insertTabItem(_ item: NSViewController, at idx: UInt)
```

```objc
- (void) insertTabItem:(NSViewController *) item atIndex:(NSUInteger) idx;
```

```python
insertTabItem_atIndex_(item: NSViewController, idx: int)
```

