TreeViewColumn.setWidget
void setWidget(gtk.widget.Widget widget = null)Sets the widget in the header to be widget. If widget is null, then the header button is set with a #GtkLabel set to the title of tree_column.
Parameters
widget | A child #GtkWidget, or null. |