[Glade-users] Native Python objects in ListStore
Martin Vollrathson
mavos at mavos.net
Mon Apr 27 11:32:43 EDT 2009
I've been using the new GtkBuilder features in Glade3 to edit
ListStores, create columns and column types. Now I need to create a
column which can contain Python objects. Before, when creating
ListStores with Python code, I could just use the native 'object' type
in the ListStore constructor but in the Glade3 combo box for column
type, of course there are no native python types. I've tried adding
gpointer, hoping PyGTK would somehow convert it to a python object but
that does not work.
How would I best create ListStore columns which can contain Python
objects with Glade3?
/Martin V
More information about the Glade-users
mailing list