Mercurial > getan
changeset 254:70e4f59f991c
Ignore mouse events for the moment
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 11 Apr 2013 10:34:27 +0200 |
parents | fb412892efb5 |
children | fcd0a8b09fcf |
files | getan/view.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/view.py Thu Apr 11 10:23:41 2013 +0200 +++ b/getan/view.py Thu Apr 11 10:34:27 2013 +0200 @@ -328,6 +328,10 @@ def keypress(self, size, key): self.controller.state.keypress(size, key) + def mouse_event(self, size, event, button, col, row, focus): + #TODO currently ignore mouse events + return True + def update_entries(self, entries): self.entr_list.set_rows(entries)