Lines Matching defs:pathlist
733 std::vector<Gtk::TreeModel::Path> pathlist;
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;
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;
774 pathlist = list_results->get_selection()->get_selected_rows();
778 if (((int) pathlist.size()) < 1) {
781 int row = pathlist[0][0];