The GtkCList widget is a multi-column list widget that is capable
of handling literally thousands of rows of information. Each column
can optionally have a title, which itself is optionally active,
allowing us to bind a function to it's selection.
GTK.Clist(2)->set_column_title(0,"Col 1")->set_column_title(1,"Col 2")->column_titles_show()->set_column_width(0,50)->set_usize(150,70)
Signals:
abort_column_resize
click_column
Called when a column is clicked
end_selection
extend_selection
resize_column
Called when a column is resized
scroll_horizontal
scroll_vertical
select_all
select_row
Called when a row is selected
start_selection
toggle_add_mode
toggle_focus_row
undo_selection
unselect_all
unselect_row
Called when a row is deselected