# `GSTabBarControl tabItemAtIndex:`

*Instance Method*

## Declaration

```swift
func tabItem(at idx: Int) -> NSViewController?
```

```objc
- (NSViewController *) tabItemAtIndex:(NSInteger) idx;
```

```python
tabItemAtIndex_(idx: int) -> NSViewController
```

