Exemplo n.º 1
0
Arquivo: list.py Projeto: saebyn/nwgui
 def add(self, name, widget):
     VerticalContainer.add(self, widget)
     self.items.append((name, widget))
     if self.listItemViewedIndex is None:
         self.listItemViewedIndex = 0