Function Window.scheduleTooltip

schedule tooltip for widget be shown with specified delay

void scheduleTooltip(
  Widget ownerWidget,
  long delay,
  uint alignment = 2u,
  int x = 0,
  int y = 0
);