MonobjcMonobjc Documented Class Library
InitWithWindowNibName Method (windowNibName)
NamespacesMonobjc.AppKitNSWindowControllerInitWithWindowNibName(NSString)

Returns a window controller initialized with a nib file.

Original signature is '- (id)initWithWindowNibName:(NSString *)windowNibName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithWindowNibName(
	NSString windowNibName
)
Public Overridable Function InitWithWindowNibName ( _
	windowNibName As NSString _
) As Id
public:
virtual Id^ InitWithWindowNibName(
	NSString^ windowNibName
)
Parameters
windowNibName (NSString)
The name of the nib file (minus the “.nib” extension) that archives the receiver’s window; cannot be nil.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSWindowController.InitWithWindowNibName(Monobjc.Foundation.NSString)"]

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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)