]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 4b064566ba64e08b698c6d5466bef9d89c5b277c..2c5721dbe10fc2298037817ee655a16495625ccf 100644 (file)
@@ -156,6 +156,20 @@ namespace bbtk
                _actual->setComplexBox(val);    
        }
 
+       //=========================================================================
+       
+       void wxTabPanelsManager::addActualDiagramComplexInputPort(std::string portName)
+       {
+               _actual->addComplexInputPort(portName);
+       }
+
+       //=========================================================================
+
+       void wxTabPanelsManager::addActualDiagramComplexOutputPort(std::string portName)
+       {
+               _actual->addComplexOutputPort(portName);
+       }
+
        //=========================================================================
 
        void wxTabPanelsManager::OnTabChanged(wxAuiNotebookEvent& event)
@@ -170,6 +184,7 @@ namespace bbtk
        //=========================================================================
 
 
+
 }  // EO namespace bbtk
 
 // EOF