def hideTabbedFrameTab(self, title, tab):
        nb = self.widgetManager.get(WIDGET_NAMES.TabbedFrame, title)
        nb.hideTab(tab)