Window.acceptFocus
bool acceptFocus() @propertyGet acceptFocus property.
Returns
Whether the window should receive the input focus.
void acceptFocus(bool propval) @propertySet acceptFocus property.
Parameters
propval | Whether the window should receive the input focus. |