I am creating a new Tab using:
c.frame.log.selectTab('Results') # Create Tab 'Results'
Once the output has been sent to the new Tab, I can clear the contents using:
c.frame.log.clearTab('Results')
Is there a command to delete the Tab from the Tabs pane?
Regards
Lewis