snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Replace gtk.List with gtk.TreeView #147

Open randyheydon opened 9 years ago

randyheydon commented 9 years ago

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?

snegovick commented 9 years ago

Sure, I will take a look. Thank you.