GtkCList::moveto

void moveto(int row, int column, double row_align, double col_align);

Tells the CList widget to visually move to the specified row and column.

FIXME: Example