39 std::vector<std::string> path, nom;
40 std::vector<wxObjectEventFunction> funct;
42 path.push_back(
datadir +
"/Open.png");
43 nom.push_back(
"Open a previously saved file that contains contours information ctrl + o");
46 path.push_back(
datadir +
"/Save.png");
47 nom.push_back(
"Save all contours created ctrl + s");
50 path.push_back(
datadir +
"/Import.png");
51 nom.push_back(
"Import an OSIRIX XML file with contours");
57 path.push_back(
datadir +
"/test.png");
58 nom.push_back(
"Performing a test on how to add a new button");