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

Gtk::TreeRow and TreeNodeChildren: Make real const versions

Split TreeRow and TreeNodeChildren into TreeRow+TreeConstRow and
TreeNodeChildren+TreeNodeConstChildren. Since TreeRow and TreeNodeChildren
are just disguised iterators, they too shall have const versions that can't
be implicitly copied to non-const versions that can be used for changing the
underlying TreeModel.
Add const versions of TreeModel::get_iter(). Bug #134520
parent 9df1c5f5
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