Widget.canTarget
bool canTarget() @propertyGet canTarget property.
Returns
Whether the widget can receive pointer events.
void canTarget(bool propval) @propertySet canTarget property.
Parameters
propval | Whether the widget can receive pointer events. |