Declared in NSView+CNSplitViewToolbar.h

Tasks

Instance Methods

setToolbarItemAlign:

Set the receivers horizontal alignment inside the CNSplitViewToolbar.

- (void)setToolbarItemAlign:(CNSplitViewToolbarItemAlign)theAlign

Parameters

theAlign

A value of type CNSplitViewToolbarItemAlign.

Declared In

NSView+CNSplitViewToolbar.h

setToolbarItemWidth:

Set the receivers width.

- (void)setToolbarItemWidth:(CGFloat)theItemWidth

Parameters

theItemWidth

The width of the receiver.

Declared In

NSView+CNSplitViewToolbar.h

toolbarItemAlign

Returns the receivers horizontal alignment inside the CNSplitViewToolbar.

- (CNSplitViewToolbarItemAlign)toolbarItemAlign

Return Value

A value of type CNSplitViewToolbarItemAlign.

Declared In

NSView+CNSplitViewToolbar.h

toolbarItemWidth

Returns the receivers width.

- (CGFloat)toolbarItemWidth

Return Value

The width of the receiver in points.

Declared In

NSView+CNSplitViewToolbar.h