http://www.pygtk.org/pygtk2reference/class-gtktreemodel.html#method-gtktreemodel--rows-reordered
I've been trying to write a model which will print some debugging info and forward its calls to a real tree model. However, the gtk.TreeModel "rows-reordered" signal does not pass the new_order parameter, so I cannot pass it on. Is there any reason that it's not available, even as a GPointer so that it can be forwarded? Any ideas for a workaround? Stephen. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
