TreeView.moveColumnAfter

Moves column to be after to base_column. If base_column is null, then column is placed in the first position.

Parameters

column gtk.tree_view_column.TreeViewColumn

The #GtkTreeViewColumn to be moved.

baseColumn gtk.tree_view_column.TreeViewColumn

The #GtkTreeViewColumn to be moved relative to, or null.