Method GTK2.TreeSelection()->get_selected_rows()


Method get_selected_rows

array get_selected_rows(GTK2.TreeModel model)

Description

Creates a list of W(TreePath)'s for all selected rows. Additionally, if you are planning on modified the model after calling this function, you may want to convert the returned list into a list of W(TreeRowReference)s. To do this, you can use GTK2.TreeRowReference->create().