]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 3c4081eddfb66648908924312f469b0178838c55..4e5312e33f192fcd8e49af32df57deffc6a1c57a 100644 (file)
@@ -189,6 +189,20 @@ namespace bbtk
 
        //=========================================================================
 
+       void wxGEditorTabPanel::addComplexInputPort(std::string portName)
+       {
+               _sceneManager->createGComplexBoxInputPort(portName);
+       }
+
+       //=========================================================================
+
+       void wxGEditorTabPanel::addComplexOutputPort(std::string portName)
+       {
+               _sceneManager->createGComplexBoxOutputPort(portName);
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF