37 std::vector<std::string> path, nom;
38 std::vector<wxObjectEventFunction> funct;
40 path.push_back(
datadir +
"/DeleteContour.png");
41 nom.push_back(
"Delete the selected contour");
44 path.push_back(
datadir +
"/DeleteAllContourSlide.png");
45 nom.push_back(
"Delete all contours in the current slide");
48 path.push_back(
datadir +
"/DeleteAll.png");
49 nom.push_back(
"Delete all contours in all slides");