Replacement of a wx.ListCtrl.DeleteAllColumns() function call from the spectrum GUI element.
This function does not exist in wxPython-Phoenix. Instead the columns are looped over and wx.ListCtrl.DeleteColumn() is called instead.
Authored by: bugman 2016-11-15
Parent: [r28285]
Child: [r28287]