MonobjcMonobjc Documented Class Library
InitWithWindowNibPathOwner Method (windowNibPath, owner)
NamespacesMonobjc.AppKitNSWindowControllerInitWithWindowNibPathOwner(NSString, Id)

Returns a window controller initialized with a nib file at an absolute path and a specified owner.

Original signature is '- (id)initWithWindowNibPath:(NSString *)windowNibPath owner:(id)owner'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithWindowNibPathOwner(
	NSString windowNibPath,
	Id owner
)
Public Overridable Function InitWithWindowNibPathOwner ( _
	windowNibPath As NSString, _
	owner As Id _
) As Id
public:
virtual Id^ InitWithWindowNibPathOwner(
	NSString^ windowNibPath, 
	Id^ owner
)
Parameters
windowNibPath (NSString)
The full path to the nib file that archives the receiver’s window; cannot be nil.
owner (Id)
The nib file's owner; cannot be nil.
Return Value

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

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)