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 #GtkTreeViewColumn to be moved.

baseColumn TreeViewColumn

The #GtkTreeViewColumn to be moved relative to, or %NULL.

Meta