On 6/10/06, Benjamin Montgomery <[EMAIL PROTECTED]> wrote:
I need some help with TreeStore. I'm trying to add an object that is
part of a module that I have written in C. In my pygtk app I'm using:
gtk.TreeStore(gtk.TYPE_STRING, ..., myobject)
TreeStore constructor needs type specifiers. Try to pass
gtk.TYPE_OBJECT instead of myobject
--
Lawrence
http://www.oluyede.org/blog
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/