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

/inkscape/src/ui/dialog/
H A Docaldialogs.cpp733 std::vector<Gtk::TreeModel::Path> pathlist; local
734 pathlist = list_results->get_selection()->get_selected_rows();
738 if (((int) pathlist.size()) < 1) {
741 int row = pathlist[0][0];
751 std::vector<Gtk::TreeModel::Path> pathlist; local
752 pathlist = list_results->get_selection()->get_selected_rows();
756 if (((int) pathlist.size()) < 1) {
759 int row = pathlist[0][0];
773 std::vector<Gtk::TreeModel::Path> pathlist; local
774 pathlist
[all...]

Completed in 23 milliseconds