Deprecated NSSplitView Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.6

isPaneSplitter

Returns YES if the receiver’s splitter is a bar that goes across the split view. Returns NO if the splitter is a thumb on the regular background pattern. (Deprecated in Mac OS X v10.6. This functionality is no longer relevant and there is no alternative method.)

- (BOOL)isPaneSplitter

Availability
See Also
Declared In
NSSplitView.h

setIsPaneSplitter:

Sets the type of splitter. (Deprecated in Mac OS X v10.6. This functionality is no longer relevant and there is no alternative method.)

- (void)setIsPaneSplitter:(BOOL)flag

Parameters
flag

YES if the receiver’s splitter is a bar that goes across the split view. NO if the splitter is a thumb on the regular background pattern.

Availability
See Also
Declared In
NSSplitView.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-10-19)