NSView(CNSplitViewToolbar) Category Reference
Declared in | NSView+CNSplitViewToolbar.h |
Tasks
-
– toolbarItemAlign
Returns the receivers horizontal alignment inside the
CNSplitViewToolbar
. -
– setToolbarItemAlign:
Set the receivers horizontal alignment inside the
CNSplitViewToolbar
. -
– toolbarItemWidth
Returns the receivers width.
-
– setToolbarItemWidth:
Set the receivers width.
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