Contents

NSTrackingSeparatorToolbarItem

A toolbar separator that aligns with the vertical split view in the same window.

Declaration

class NSTrackingSeparatorToolbarItem

Overview

Use a NSTrackingSeparatorToolbarItem to divide an NSToolbar into sections that visually align with the views on either side of the divider of the splitView. This keeps NSToolbarItems above the content that’s the target for the item’s target.

The splitView must be in the same window as the toolbar containing this item before showing the toolbar.

Topics

Creating a tracking separator

configuring a tracking separator

See Also

Items