Deprecated NSTableColumn Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.4
isResizable
Returns whether the column is resizable. (Deprecated in OS X v10.4. Use the resizingMask method instead.)
Discussion
You can change the table column size programmatically regardless of this setting, with the minimum and maximum constraints defined by the setMinWidth: and setMaxWidth: methods.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.4.
Declared In
NSTableColumn.hsetResizable:
Sets whether the user can resize the receiver in its NSTableView. (Deprecated in OS X v10.4. Use the resizingMask method instead.)
Parameters
- flag
YESif the user can resize the table column;NOotherwise.
Discussion
You can change the table column size programmatically regardless of this setting, with the minimum and maximum constraints defined by the setMinWidth: and setMaxWidth: methods.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.4.
Declared In
NSTableColumn.h© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-07-23)