TreeViewColumn.setReorderable

void setReorderable(bool reorderable) nothrow

If reorderable is true, then the column can be reordered by the end user dragging the header.

Parameters

reorderabletrue, if the column can be reordered.

Deprecated

Use GtkColumnView instead