Extract some common view stuff into a View class.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 22:03:55 +0000 (00:03 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 22:03:55 +0000 (00:03 +0200)
commit2f604638e8911e52289b0f10acac616ae9b605ae
tree5e52196f3bd71a0d88b2871c46461c1e946e474f
parent02898f8b19ec7cdfdae3f1798b9ea42e3875ce70
Extract some common view stuff into a View class.

This class forms a superclass to ListView, and does all the
non-list-specific stuff. This also moves some code from classes below
ListView into View, since that code really shouldn't be where it was.
src/gui/gui.py