# `GSWindowController showTabAtIndex:`

*Instance Method*

## Declaration

```swift
func showTab(at idx: Int)
```

```objc
- (void) showTabAtIndex:(NSInteger) idx;
```

```python
showTabAtIndex_(idx: int)
```

