Currently, the select_func is marshalled by pygtk_tree_selection_marshal in gtk.overrides. This function only passes in the path argument to the function being marshalled. However, the C version currently passes in 3 arguments -- the model, the path, and the current selection status of the path. This is easy enough to fix. However, doing so will break existing code. Do we care?
Thanks, -Jonathan _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
