comparison getan/view.py @ 211:b71dc50fbd51

Add GetanView update_entries method Allow to set the entries via the GetanView
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 05 Apr 2013 19:52:57 +0200
parents 43e8befd5dd9
children 9badfbb04ac9
comparison
equal deleted inserted replaced
210:43e8befd5dd9 211:b71dc50fbd51
475 def get_palette(self): 475 def get_palette(self):
476 return self.palette 476 return self.palette
477 477
478 def keypress(self, size, key): 478 def keypress(self, size, key):
479 self.controller.state.keypress(size, key) 479 self.controller.state.keypress(size, key)
480
481 def update_entries(self, entries):
482 self.entr_list.set_rows(entries)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)