A method identified as deprecated has been superseded and may become unsupported in the future.
Updates the browser to display all loaded columns. (Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect:)
- (void)displayAllColumns
NSBrowser.hUpdates the browser to display the given column. (Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.)
- (void)displayColumn:(NSInteger)column
The index of the column to display.
NSBrowser.hScrolls columns left or right based on an NSScroller. (Deprecated in Mac OS X v10.3. There is no replacement.)
- (void)scrollViaScroller:(NSScroller *)sender
The NSScroller object that determines the scrolling of the browser columns.
NSBrowser.hUpdates the horizontal scroller to reflect column positions. (Deprecated in Mac OS X v10.3. There is no replacement.)
- (void)updateScroller
NSBrowser.hIndicates whether the browser allows navigation using the arrow keys. (Deprecated in Mac OS X v10.6. There is no replacement.)
- (BOOL)acceptsArrowKeys
YES if the arrow keys are enabled; otherwise, NO.
NSBrowser.hSpecifies whether the browser allows navigation using the arrow keys. (Deprecated in Mac OS X v10.6. There is no replacement.)
- (void)setAcceptsArrowKeys:(BOOL)flag
YES to enable the use of the arrow keys for navigating within and between browsers; otherwise, NO.
NSBrowser.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-08-28)