---
title: NSWindowTab
framework: appkit
role: symbol
role_heading: Class
path: appkit/nswindowtab
---

# NSWindowTab

A tab associated with a window that is part of a tabbing group.

## Declaration

```swift
class NSWindowTab
```

## Overview

Overview NSWindowTab describes the way a window displays as part of a tabbed window group. The properties of NSWindowTab are configurable at any time, but only take effect when the associated NSWindow displays in a tab. AppKit automatically creates an instance of NSWindowTab for each NSWindow. You can access a window’s tab object using the tab property.

## Topics

### Customizing the Title

- [title](appkit/nswindowtab/title.md)
- [attributedTitle](appkit/nswindowtab/attributedtitle.md)

### Customizing the Tooltip

- [toolTip](appkit/nswindowtab/tooltip.md)

### Adding an Accessory View

- [accessoryView](appkit/nswindowtab/accessoryview.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Related Documentation

- [tabbingIdentifier](appkit/nswindow/tabbingidentifier-swift.property.md)

### Windows

- [NSWindow](appkit/nswindow.md)
- [NSPanel](appkit/nspanel.md)
- [NSWindowDelegate](appkit/nswindowdelegate.md)
- [NSWindowTabGroup](appkit/nswindowtabgroup.md)
