Function TreeItem.getButton
Returns the Texture
of the button at index button_idx
in column column
.
godot .d .reference .Ref!(godot.texture.Texture) getButton
(
const(long) column,
const(long) button_idx
) nothrow @nogc const;