MonobjcMonobjc Documented Class Library
AddWindowController Method (aController)
NamespacesMonobjc.AppKitNSDocumentAddWindowController(NSWindowController)

Adds the specified window controller to the array of window controllers associated with the receiver.

Original signature is '- (void)addWindowController:(NSWindowController *)aController'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddWindowController(
	NSWindowController aController
)
Public Overridable Sub AddWindowController ( _
	aController As NSWindowController _
)
public:
virtual void AddWindowController(
	NSWindowController^ aController
)
Parameters
aController (NSWindowController)
The window controller that is added.
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)