Widget.receivesDefault

bool receivesDefault() @property nothrow

Get receivesDefault property.

Returns

Whether the widget will receive the default action when it is focused.
void receivesDefault(bool propval) @property nothrow

Set receivesDefault property.

Parameters

propvalWhether the widget will receive the default action when it is focused.