Fallenblood schrieb: > I'm subclassing GObject, and I need a list in __gproperties__, but > haven't the slightest idea how to implement it, as there is no > appropriate TYPE_*. Do I use TYPE_BOXED? How do the various TreeStores > do it, anyway?
Don't know about the TreeStores, but try gobject.TYPE_PYOBJECT. HTH, Chris _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
