def _make(self, rows): body = SimpleFocusListWalker(rows) return ScrollBarListBox(UrwidListBox(body))
def NoTabCyclingListBox(body): body = SimpleFocusListWalker(body) return ScrollBarListBox(UrwidListBox(body))