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.

struct TreeItem
@nogc nothrow
void
setCustomDraw
(
in long column
,,
in String callback
)

Meta