Sets the window’s frame rectangle by reading the rectangle data stored under a given name from the defaults system.
Original signature is '- (BOOL)setFrameUsingName:(NSString *)frameName'
Available in Mac OS X v10.0 and later.


- frameName (NSString)
- The name of the frame to read.

YES when frameName is read and the frame is set successfully; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)