]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
More actions added. Delete is now well done and the connection has to be created...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 5995ea2a9efa248796f8256b78f0b9366fe9fa4b..e2ead8fd058d6000e8d2c7a4a59b798da965e550 100644 (file)
@@ -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
-