Deprecated NSButton 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 a button with a character denoting an access key. (Deprecated in OS X v10.8.)
- (void)setTitleWithMnemonic:(NSString *)aString
Discussion
Mnemonics are not supported in OS X.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.8.
See Also
-
– title -
– setAlternateTitle: -
– setButtonType: -
– setTitle: -
– setFont:(NSButtonCell)
Declared In
NSButton.h© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-04-01)