views:

788

answers:

3

Hi,

In my application, we want to present the user with a typical spreadsheet/table (OO.O/Excel-style), and then pull out the values and do something with them internally.

Is there a preexisting widget for PyGTK that does this? The PyGTK FAQ mentions GtkGrid, but the link is dead and I can't find a tarball anywhere.

+2  A: 

It's perhaps a little more manual than, for instance, a GridView in .Net, but the Tree View widget will do what you need and much more. See PyGtk TreeView

Matthew Talbert
A: 

You might consider embedding a web page viewer - you can do a lot with that: http://blog.mypapit.net/2009/09/pymoembed-web-browser-in-python-gtk-application.html

lod3n
+6  A: 
nosklo