- charTyped
void charTyped(WidgetProxy widget, CharEnterEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
WidgetProxy create(WidgetProxy parent, void delegate(string) enterHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawWidget
void drawWidget(WidgetProxy widget, DrawEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- enterWidget
void enterWidget(WidgetProxy widget, PointerEnterEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyPressed
void keyPressed(WidgetProxy widget, KeyPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerMoved
void pointerMoved(WidgetProxy widget, PointerMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerPressed
void pointerPressed(WidgetProxy widget, PointerPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerReleased
void pointerReleased(WidgetProxy widget, PointerReleaseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnterHandler
void setEnterHandler(WidgetProxy widget, void delegate(string) enterHandler)
Undocumented in source. Be warned that the author may not have intended to support it.