On Sun, 2008-03-02 at 19:39 +0530, Prashant Shah wrote: > Is there any way to directly connect the database to the tree view. > Any changes are directly reflected in the database... > > I want the List store model to represent the database. I couldnt find > a guide for the same anywhere (i want to write one for it)
Check out http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/ It describes a gtk.ListStore and TreeView which wraps an Sqlite database Regards John > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
