NSWindow

Undocumented in source.

Alias This

parent

Members

Functions

contentView
NSView contentView()
Undocumented in source. Be warned that the author may not have intended to support it.
initWithContentRect
void initWithContentRect(NSRect contentRect)
Undocumented in source. Be warned that the author may not have intended to support it.
initWithContentRect
void initWithContentRect(NSRect contentRect, NSUInteger windowStyle, NSBackingStoreType bufferingType, BOOL deferCreation)
Undocumented in source. Be warned that the author may not have intended to support it.
makeFirstResponder
bool makeFirstResponder(NSResponder responder)
Undocumented in source. Be warned that the author may not have intended to support it.
makeKeyAndOrderFront
void makeKeyAndOrderFront()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseLocationOutsideOfEventStream
NSPoint mouseLocationOutsideOfEventStream()
Undocumented in source. Be warned that the author may not have intended to support it.
nextEventMatchingMask
NSEvent nextEventMatchingMask(NSUInteger eventMask)
Undocumented in source. Be warned that the author may not have intended to support it.
setAcceptsMouseMovedEvents
void setAcceptsMouseMovedEvents(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSWindow, "NSWindow")
Undocumented in source.

Variables

parent
NSResponder parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSWindow, "NSWindow")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

getClass
Class getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id getClassID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta