XULCommandEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

altKey
bool altKey()
Undocumented in source. Be warned that the author may not have intended to support it.
ctrlKey
bool ctrlKey()
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) sourceEvent, ushort inputSource)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) sourceEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type, bool canBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initCommandEvent
void initCommandEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
inputSource
ushort inputSource()
Undocumented in source. Be warned that the author may not have intended to support it.
metaKey
bool metaKey()
Undocumented in source. Be warned that the author may not have intended to support it.
shiftKey
bool shiftKey()
Undocumented in source. Be warned that the author may not have intended to support it.
sourceEvent
auto sourceEvent()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.UIEvent.UIEvent _parent;
Undocumented in source.

Meta