Widget.createTooltip - multiple declarations

Function Widget.createTooltip

will be called from window once tooltip request timer expired; if null is returned, popup will not be shown; you can change alignment and position of popup here

Prototype

Widget createTooltip(
  int mouseX,
  int mouseY,
  ref uint alignment,
  ref int x,
  ref int y
);

Function Widget.createTooltip

will be called from window once tooltip request timer expired; if null is returned, popup will not be shown; you can change alignment and position of popup here

Prototype

Widget createTooltip(
  int mouseX,
  int mouseY,
  ref uint alignment,
  ref int x,
  ref int y
);

Function Widget.createTooltip

will be called from window once tooltip request timer expired; if null is returned, popup will not be shown; you can change alignment and position of popup here

Prototype

Widget createTooltip(
  int mouseX,
  int mouseY,
  ref uint alignment,
  ref int x,
  ref int y
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0