X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfIOMenu.cxx;h=baee7dd7aa1d0286a62b89f18109bd21c92b2f5d;hb=532e76344aea0ee609187d05b871ddcb755f4d35;hp=762a16d9493bedfa4d991eff27585cf43f7c1de9;hpb=0ed978003cafdcb01bd50c51f22c821fd727d476;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfIOMenu.cxx b/lib/Interface_Icons_NDimensions/interfIOMenu.cxx index 762a16d..baee7dd 100644 --- a/lib/Interface_Icons_NDimensions/interfIOMenu.cxx +++ b/lib/Interface_Icons_NDimensions/interfIOMenu.cxx @@ -26,8 +26,9 @@ void interfIOMenu::initButtons(wxEvtHandler* evtHandler) { nom.push_back("Import an OSIRIX XML file with contours"); funct.push_back((wxObjectEventFunction) &interfIOMenu:: onImport); - //First step, include the image and the alternate text of the button. - //Obviously, a callback function must also be specified. + /****** ****** + ******* New Button ******* + ******* ******/ path.push_back(datadir + "/test.png"); nom.push_back("Performing a test on how to add a new button"); funct.push_back((wxObjectEventFunction) &interfIOMenu:: onTest);