TreeView.moveColumnAfter

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

class TreeView
void
moveColumnAfter

Parameters

column TreeViewColumn

The gtk.TreeViewColumn to be moved.

baseColumn TreeViewColumn

The gtk.TreeViewColumn to be moved relative to, or NULL.