X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfIOMenu.cxx;h=baee7dd7aa1d0286a62b89f18109bd21c92b2f5d;hb=ffd5933600d8bad1de6ee62c305cc26a046166dd;hp=762a16d9493bedfa4d991eff27585cf43f7c1de9;hpb=e53ac8d65c17b4d2eb02b592df2e9fb5e204feec;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);