Skip to content
Commit afb8f05f authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Gtk::TreeSelection: Add const versions of get_selected()

and use TreeModel::const_iterator where appropriate, now that there is a
real TreeModel::const_iterator. Bug 94742

Remove TreeSelection::select(row). It's inconsistent to have a select(row)
but no unselect(row). You can use select(*iter).
parent 5e420c96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment