Function SpinBox.editable

If true, the SpinBox will be editable. Otherwise, it will be read only.

bool editable() nothrow @property @nogc;

void editable (
  bool v
) nothrow @property @nogc;