Ejemplo n.º 1
0
 def _create_widgets_for_treeview(self):
     '''
     Creates the widgets for the lateral treeview displaying the
     backends the user has added
     '''
     self.backends_tv = BackendsTree(self)
     self.treeview_window.add(self.backends_tv)