def setListItemAtPosBg(self, title, pos, col):
        lb = self.widgetManager.get(WIDGET_NAMES.ListBox, title)
        lb.itemconfig(pos, bg=col)