Sets the size of the receiver’s frame size to the specified value.
SDK
- macOS 10.3–10.10Deprecated
Framework
- App
Kit
Declaration
- (void)setFrameSize:(NSSize)newSize;
Parameters
newSize
The new size of the form.
Discussion
The width of NSForm
objects always match the width of their encompassing NSForm
object. The cell width is always changed to match the view regardless of the value returned by autosizes
.