GtkList::clear_items

void clear_items(int start, int end);

Removes the list items between the positions given in the parameters, from a GtkList. The remaining items close up the gap, always moving closer to the top as there is no way to fix a child's list position. Note that the list container itself is not resized to reflect these changes.