Contents

NSTabView

A multipage interface that displays one page at a time.

Declaration

class NSTabView

Overview

A tab view contains a row of tabs that give the appearance of folder tabs, as shown in the Figure 1. The user selects the desired page by clicking the appropriate tab or using the arrow keys to move between pages. Each page displays a view hierarchy provided by your app.

[Image]

Topics

Handling the Selection of Tabs

Adding and Removing Tabs

Accessing Tabs

Configuring the Tab Attributes

Selecting a Tab

Modifying the Font

Modifying Controls Tint

Manipulating the Background

Determining the Size

Truncating Tab Labels

Event Handling

See Also

Tab View Interface