MonobjcMonobjc Documented Class Library
NSDrawer Constructor
NamespacesMonobjc.AppKitNSDrawerNSDrawer()()()()
Members
IconMemberDescription
NSDrawer(NSSize, NSRectEdge)

Creates a new drawer with the given size on the specified edge of the parent window.

Original signature is '- (id)initWithContentSize:(NSSize)contentSize preferredEdge:(NSRectEdge)edge'

Available in Mac OS X v10.0 and later.


NSDrawer(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.


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

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

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

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