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)
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.


No differences found