Contents

NSTabViewItem

An item in a tab view.

Declaration

class NSTabViewItem

Overview

An NSTabViewItem is a convenient way for presenting information in multiple pages. A tab view is usually distinguished by a row of tabs that give the visual appearance of folder tabs. When the user clicks a tab, the tab view displays a view page provided by your application. A tab view keeps a zero-based array of tab view items, one for each tab in the view.

Topics

Creating a Tab View Item

Working with Labels

Checking the Tab Display State

Assigning an Identifier Object

Setting the Color

Assigning a View

Setting the Initial First Responder

Accessing the Parent Tab View

Getting and Setting Tooltips

Constants

Initializers

Instance Properties

See Also

Tab View Interface