I am building a GUI (Python binding of GTK3) where one Gtk Scrolled Window (from Glade) can contain different treeviews. The program launches with an empty window and the fi
To clear out the scrolled window, do this:
self.scrolled_window.remove(self.scrolled_window.get_child())