示例#1
0
 def _make(self, rows):
     body = SimpleFocusListWalker(rows)
     return ScrollBarListBox(UrwidListBox(body))
示例#2
0
def NoTabCyclingListBox(body):
    body = SimpleFocusListWalker(body)
    return ScrollBarListBox(UrwidListBox(body))