Function Button.clipText

When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text.

bool clipText() nothrow @property @nogc;

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