the input focus.
This property is meant to be set by widget implementations, typically in their instance init function.
bool canFocus() @propertyGet canFocus property.
the input focus.
This property is meant to be set by widget implementations, typically in their instance init function.
void canFocus(bool propval) @propertySet canFocus property.
propval | Whether the widget or any of its descendents can accept the input focus. This property is meant to be set by widget implementations, typically in their instance init function. |