Tree.setColumnMinWidth

Sets the minimum width of a column. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to Control.sizeFlagsStretchRatio.

struct Tree
@nogc nothrow
void
setColumnMinWidth
(
in long column
,
in long min_width
)

Meta