TreeItem.setSuffix

Sets a string to be shown after a column's value (for example, a unit abbreviation).

struct TreeItem
@nogc nothrow
void
setSuffix
(
in long column
,
in String text
)

Meta