Deprecated NSBrowser Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.3
displayAllColumns
Updates the browser to display all loaded columns. (Deprecated in OS X v10.3. Use setNeedsDisplayInRect:)
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.3.
See Also
Declared In
NSBrowser.hdisplayColumn:
Updates the browser to display the given column. (Deprecated in OS X v10.3. Use setNeedsDisplayInRect: instead.)
Parameters
- column
The index of the column to display.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.3.
See Also
Declared In
NSBrowser.hscrollViaScroller:
Scrolls columns left or right based on an NSScroller. (Deprecated in OS X v10.3. There is no replacement.)
Parameters
- sender
The
NSScrollerobject that determines the scrolling of the browser columns.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.3.
See Also
Declared In
NSBrowser.hDeprecated in OS X v10.6
acceptsArrowKeys
Indicates whether the browser allows navigation using the arrow keys. (Deprecated in OS X v10.6. There is no replacement.)
Return Value
YES if the arrow keys are enabled; otherwise, NO.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.6.
See Also
Declared In
NSBrowser.hsetAcceptsArrowKeys:
Specifies whether the browser allows navigation using the arrow keys. (Deprecated in OS X v10.6. There is no replacement.)
Parameters
- flag
YESto enable the use of the arrow keys for navigating within and between browsers; otherwise,NO.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.6.
Declared In
NSBrowser.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-08-28)