Tix.Grid.move_column

Grid.move_column(from_, to, offset)[source]

Moves the range of columns from position FROM through TO by the distance indicated by OFFSET. For example, move_column(2, 4, 1) moves the columns 2,3,4 to columns 3,4,5.