Function TreeItem.setButton

Sets the given column's button Texture at index button_idx to button.

void setButton (
  const(long) column,
  const(long) button_idx,
  Texture button
) nothrow @nogc;