X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=e2ead8fd058d6000e8d2c7a4a59b798da965e550;hb=638f2cd85948ec10d3b30e1f68805ee0153c8813;hp=5995ea2a9efa248796f8256b78f0b9366fe9fa4b;hpb=be7230c59a3a7d7aa5bfee591b35d31e5e7a93b3;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index 5995ea2..e2ead8f 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -35,7 +35,7 @@ Version: $Revision$ #include "wxGEditorTabPanel.h" - +#include "creaWx.h" namespace bbtk { @@ -79,7 +79,7 @@ namespace bbtk std::string packageName=""; std::string boxName=""; - wxString foo( wxT(data) ); + wxString foo( (data) ); char str[150]; strcpy( str, (const char*)foo.mb_str(wxConvUTF8) ); @@ -94,7 +94,6 @@ namespace bbtk _sceneManager->createGBlackBox(x,y,packageName, boxName); return true; - } //========================================================================= @@ -133,8 +132,14 @@ namespace bbtk } //========================================================================= + + void wxGEditorTabPanel::editDiagramParameters(wxVtkSceneManager* scene) + { + _panelsManager->editDiagramParameters(scene); + } + + //========================================================================= } // EO namespace bbtk // EOF -