http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.007.htp

gtk_tree_selection_get_selected_rows is wrapped in at least v2.4 of
PyGTK so the sample code becomes:
selection = treeview.get_selection()
selected = selection.get_selected_rows()

-Chris

-- 
Christopher Lambacher
[EMAIL PROTECTED]
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to