Variable Widget.onAction

action handlers

class Widget
{
  // ...
  Signal!(dcanvas.widgets.widget.OnActionHandler) onAction;
  // ...
}