Window.checkUpdateNeeded - multiple declarations

Function Window.checkUpdateNeeded

checks content widgets for necessary redraw and/or layout

Prototype

bool checkUpdateNeeded(
  ref bool needDraw,
  ref bool needLayout,
  ref bool animationActive
);

Function Window.checkUpdateNeeded

checks content widgets for necessary redraw and/or layout

Prototype

void checkUpdateNeeded(
  Widget root,
  ref bool needDraw,
  ref bool needLayout,
  ref bool animationActive
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0