SpinButton.wrap
bool wrap() @property nothrowGet wrap property.
Returns
Whether a spin button should wrap upon reaching its limits.
void wrap(bool propval) @property nothrowSet wrap property.
Parameters
propval | Whether a spin button should wrap upon reaching its limits. |