The GtkList object was deprecated in favour of GtkTreeView since GTK+ 2.0. GtkList has therefore been removed from GTK+ 3, and is getting in the way of my attempts to convert from PyGTK to PyGObject (see issue #135).
Switching from List to TreeView does not appear entirely straightforward, and I'm having trouble figuring it out on my own. @snegovick, you probably have a better understanding of it than I do; could you take a look?
The
GtkList
object was deprecated in favour ofGtkTreeView
since GTK+ 2.0.GtkList
has therefore been removed from GTK+ 3, and is getting in the way of my attempts to convert from PyGTK to PyGObject (see issue #135).Switching from List to TreeView does not appear entirely straightforward, and I'm having trouble figuring it out on my own. @snegovick, you probably have a better understanding of it than I do; could you take a look?