GtkCList is a
list-with-columns widget; it is also the base class for
GtkCTree. GtkCList displays text and/or a pixmap
in each cell; it cannot hold
child widgets in its cells.
GtkCList is only a container because it uses
widgets for the column headings. You may prefer GtkList, which can have child
widgets as list items, but is less efficient and has a
maximum list size of 32,768 pixels.