Widget.focusChange - multiple declarations

Variable Widget.focusChange

focus state change event listener (bool delegate(Widget, bool))

Declaration

class Widget
{
  // ...
  Signal!(dlangui.widgets.widget.OnFocusHandler) focusChange;
  // ...
}

Variable Widget.focusChange

focus state change event listener (bool delegate(Widget, bool))

Declaration

class Widget
{
  // ...
  Signal!(dlangui.widgets.widget.OnFocusHandler) focusChange;
  // ...
}

Variable Widget.focusChange

focus state change event listener (bool delegate(Widget, bool))

Declaration

class Widget
{
  // ...
  Signal!(dlangui.widgets.widget.OnFocusHandler) focusChange;
  // ...
}

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0