Function Theme.setIcon

Sets the theme's icon Texture to texture at name in type. Does nothing if the theme does not have type.

void setIcon (
  const(String) name,
  const(String) type,
  Texture texture
) nothrow @nogc;