On Sun, 2003-06-29 at 00:00, [EMAIL PROTECTED] wrote: > > Is there any way to declare a property type as a generic Python > > object? > > Did you try with gobject.TYPE_PYOBJECT?
Thanks, that's what I was looking for. With TYPE_PYOBJECT, I can pass a python list through the set_property() method. 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/
