Returns a window controller initialized with a given window.
Original signature is '- (id)initWithWindow:(NSWindow *)window'
Available in Mac OS X v10.0 and later.


- window (NSWindow)
- The window object to manage; can be nil.

A newly initialized window controller.

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