Searched defs:next_path (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.cpp680 Gtk::TreeModel::Path next_path = target_path; local
681 next_path.next();
682 if (_store->iter_is_valid(_store->get_iter(next_path))) {
683 target_path = next_path;
H A Dtags.cpp758 Gtk::TreeModel::Path next_path = target_path; local
759 next_path.next();
760 if (_store->iter_is_valid(_store->get_iter(next_path))) {
761 target_path = next_path;
H A Dobjects.cpp1011 Gtk::TreeModel::Path next_path = target_path; local
1012 next_path.next();
1013 if (_store->iter_is_valid(_store->get_iter(next_path))) {
1014 target_path = next_path;

Completed in 28 milliseconds