Function Theme.setStylebox

Sets theme's StyleBox to stylebox at name in type. Does nothing if the theme does not have type.

void setStylebox (
  const(String) name,
  const(String) type,
  StyleBox texture
) nothrow @nogc;