me> I'm adding a wrapper for gtk_tree_selection_selected_foreach to
me> gtk.overrides. So far, I have this code:
...
me> When I run my example script and select an item in a list, it
me> segfaults a couple of stackframes down from _ts_select_foreach_func
me> trying to make a pygobject out of the GtkTreePath pointer that was
me> passed in.
I eventually figured out that pygobject_new was not the correct call to wrap
a GtkTreePath pointer in a Python object. Now I'm puzzling about what to do
with the GtkTreeIter... I'm sure I'll be asking another question or two
about this... ;-)
Skip
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk