MonobjcMonobjc Documented Class Library
NSPanel Constructor
NamespacesMonobjc.AppKitNSPanelNSPanel()()()()
Members
IconMemberDescription
NSPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean)

Initializes the window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation'

Available in Mac OS X v10.0 and later.


NSPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen)

Initializes an allocated window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.


NSPanel(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSPanel()()()()
Initializes a new instance of the NSPanel class.

NSPanel(IntPtr)
Initializes a new instance of the NSPanel class.

NSPanel(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSPanel class.

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