Deprecated NSBox Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.8
setTitleWithMnemonic:
Sets the title of the receiver with a character denoted as an access key. (Deprecated in OS X v10.8.)
- (void)setTitleWithMnemonic:(NSString *)aString
Discussion
Mnemonics are not supported in OS X.
By default, a box’s title is “Title.” The content view is not automatically resized, and the box is not marked for redisplay.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.8.
See Also
-
– setTitleWithMnemonic:(NSCell)
Declared In
NSBox.h© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-10-15)