WidgetEvents

Undocumented in source.

Constructors

this
this(Handlers handlers)
Undocumented in source.

Members

Functions

addEventHandler
void addEventHandler(void delegate(WidgetProxy, ref EventType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
addEventHandler
void addEventHandler(void function(WidgetProxy, ref EventType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
addEventHandlers
void addEventHandlers(Handlers handlers)
Undocumented in source. Be warned that the author may not have intended to support it.
postEvent
bool postEvent(WidgetProxy widget, Event event)

Returns true if any handlers were called This handler will be called by Gui twice, before and after visiting its children. In first case sinking flag will be true;

removeEventHandlers
void removeEventHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
replaceEventHandler
void replaceEventHandler(void delegate(WidgetProxy, ref EventType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceEventHandler
void replaceEventHandler(void function(WidgetProxy, ref EventType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

eventHandlers
EventHandler[][TypeInfo] eventHandlers;
Undocumented in source.

Meta