Hi

I am about to start on a pure python implementation of GtkTreeModelFilter and 
before I start I thought it would be a good idea to check if someone else has 
already done it.

Why would I do such a thing? Well, we have to subclass gtk.GenericTreeModel 
for the list models in our app because the contents of the lists are being 
pulled from a database and can potentially contain 100,000's of records. The 
trouble is that the C version of GtkTreeModelFilter does not work with Python 
subclasses of gtk.GenericTreeModel. Hence I thought it would be a good idea 
write a Python implementation to do the job or at least to simulate enough of 
the job to allow sharing of a gtk.GenericTreeModel instance accross multiple 
views with filtering support.

So has anyone already done this? The same question goes for GtkTreeModelSort.

Richard

-- 
You can normally find me on Jabber as [EMAIL PROTECTED]
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to