GtkList displays a list of
items. Each item is a
GtkListItem;
GtkListItem is a container that can hold any kind
of widget. The size of a
GtkList is limited, because list items are placed
at fixed coordinates in the list's GdkWindow, and scrolling is
achieved by moving the
GdkWindow;
GdkWindow has a maximum size of 32,768 pixels,
and any list item positioned outside that range is
invisible. GtkCList
overcomes this limitation, but is unable to contain
arbitrary widgets.