Function TreeItem.setCustomDraw

Sets the given column's custom draw callback to callback method on object. The callback should accept two arguments: the TreeItem that is drawn and its position and size as a Rect2.

void setCustomDraw (
  const(long) column,
  GodotObject object,
  const(String) callback
) nothrow @nogc;