voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
WidgetEvents.addEventHandler
voxelman
gui
components
WidgetEvents
Undocumented in source. Be warned that the author may not have intended to support it.
void
addEventHandler
(void delegate(WidgetProxy, ref EventType) handler)
struct
WidgetEvents
void
addEventHandler
(
EventType
)
(
void
delegate
(
WidgetProxy
,
ref
EventType
)
handler
)
void
addEventHandler
(void function(WidgetProxy, ref EventType) handler)
Meta
Source
See Implementation
voxelman
gui
components
WidgetEvents
constructors
this
functions
addEventHandler
addEventHandlers
postEvent
removeEventHandlers
replaceEventHandler
variables
eventHandlers