Tooltip.enterArea
Manually enters a tooltip area for a widget.
This can be used to show a tooltip for a specific region within a widget.
Parameters
w | Widget pointer |
x | X position of the area |
y | Y position of the area |
width | Width of the area |
height | Height of the area |
tip | Tooltip text |
void enterArea(WidgetPtr w, int x, int y, int width, int height, string tip)ditto