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

/inkscape/src/ui/dialog/
H A Dlayers.cpp686 Gtk::TreeModel::Path up_path = target_path; local
687 up_path.up();
688 if (_store->iter_is_valid(_store->get_iter(up_path))) {
690 target_path = up_path;
H A Dtags.cpp764 Gtk::TreeModel::Path up_path = target_path; local
765 up_path.up();
766 if (_store->iter_is_valid(_store->get_iter(up_path))) {
768 target_path = up_path;
H A Dobjects.cpp1017 Gtk::TreeModel::Path up_path = target_path; local
1018 up_path.up();
1019 if (_store->iter_is_valid(_store->get_iter(up_path))) {
1021 target_path = up_path;

Completed in 41 milliseconds