def showTreeMenu(self, title, show=True):
        tree = self.widgetManager.get(WIDGET_NAMES.Tree, title)
        tree.showMenu(show)