move_column_after


Description:

public void move_column_after (TreeViewColumn column, TreeViewColumn? base_column)

Moves column to be after to base_column.

If base_column is null, then column is placed in the first position.

Parameters:

this

A `GtkTreeView`

column

The `GtkTreeViewColumn` to be moved.

base_column

The `GtkTreeViewColumn` to be moved relative to




2022 vala-language.org