Function Widget.isPointInside
returns true if point is inside of this widget
Prototype
bool isPointInside(
int x,
int y
);
returns true if point is inside of this widget
bool isPointInside(
int x,
int y
);