Merged the spectrum list GUI element into the base list element.
The base list element now has a delete() method, though I'm not sure if it is ever used. Now all
list GUI elements are derived from the Base_list class. This will simplify changing or improving
all of these elements.