Searched refs:target_path (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.cpp665 Gtk::TreeModel::Path target_path; local
673 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
676 _tree.get_background_area (target_path, *target_column, rect);
680 Gtk::TreeModel::Path next_path = target_path;
683 target_path = next_path;
686 Gtk::TreeModel::Path up_path = target_path;
690 target_path = up_path;
698 Gtk::TreeModel::iterator iter = _store->get_iter(target_path);
H A Dtags.cpp739 Gtk::TreeModel::Path target_path; local
751 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
754 _tree.get_background_area (target_path, *target_column, rect);
758 Gtk::TreeModel::Path next_path = target_path;
761 target_path = next_path;
764 Gtk::TreeModel::Path up_path = target_path;
768 target_path = up_path;
777 Gtk::TreeModel::iterator iter = _store->get_iter(target_path);
H A Dobjects.cpp993 Gtk::TreeModel::Path target_path; local
1004 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
1007 _tree.get_background_area (target_path, *target_column, rect);
1011 Gtk::TreeModel::Path next_path = target_path;
1014 target_path = next_path;
1017 Gtk::TreeModel::Path up_path = target_path;
1021 target_path = up_path;
1029 Gtk::TreeModel::iterator iter = _store->get_iter(target_path);

Completed in 503 milliseconds