Deprecated NSBrowser Methods

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

Deprecated in Mac OS X v10.3

displayAllColumns

Updates the browser to display all loaded columns. (Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect:)

- (void)displayAllColumns

Availability
See Also
Declared In
NSBrowser.h

displayColumn:

Updates the browser to display the given column. (Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.)

- (void)displayColumn:(NSInteger)column

Parameters
column

The index of the column to display.

Availability
See Also
Declared In
NSBrowser.h

scrollViaScroller:

Scrolls columns left or right based on an NSScroller. (Deprecated in Mac OS X v10.3. There is no replacement.)

- (void)scrollViaScroller:(NSScroller *)sender

Parameters
sender

The NSScroller object that determines the scrolling of the browser columns.

Availability
See Also
Declared In
NSBrowser.h

updateScroller

Updates the horizontal scroller to reflect column positions. (Deprecated in Mac OS X v10.3. There is no replacement.)

- (void)updateScroller

Availability
See Also
Declared In
NSBrowser.h

Deprecated in Mac OS X v10.6

acceptsArrowKeys

Indicates whether the browser allows navigation using the arrow keys. (Deprecated in Mac OS X v10.6. There is no replacement.)

- (BOOL)acceptsArrowKeys

Return Value

YES if the arrow keys are enabled; otherwise, NO.

Availability
See Also
Declared In
NSBrowser.h

setAcceptsArrowKeys:

Specifies whether the browser allows navigation using the arrow keys. (Deprecated in Mac OS X v10.6. There is no replacement.)

- (void)setAcceptsArrowKeys:(BOOL)flag

Parameters
flag

YES to enable the use of the arrow keys for navigating within and between browsers; otherwise, NO.

Availability
See Also
Declared In
NSBrowser.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-08-28)