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
(
StringArg2
)
(
in long column
,,
in StringArg2 callback
)

Meta