]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 12f9bb66dcb72f63c52ebac2552c3f71b3795113..351551e1403b8dd319e165bd4b14396e67a7fd9b 100644 (file)
@@ -257,7 +257,6 @@ namespace bbtk
 
        void wxTabPanelsManager::VerifyLastTabPanel()
        {
-printf("wxTabPanelsManager::VerifyActualTabPanel  %d \n", this->_notebook->GetPageCount() );
             if (this->_notebook->GetPageCount()==0)
             {
                 this->_actual=NULL;
@@ -375,6 +374,18 @@ printf("wxTabPanelsManager::VerifyActualTabPanel  %d \n", this->_notebook->GetPa
            return _actual->GetCategory();
        }
 
+       //=========================================================================
+               std::string wxTabPanelsManager::GetMessageKind()
+               {
+                       return _actual->GetMessageKind();
+               }
+
+       //=========================================================================
+               std::string wxTabPanelsManager::GetMessageLevel()
+               {
+                       return _actual->GetMessageLevel();
+               }
+
        //=========================================================================
     void wxTabPanelsManager::SetCbName(std::string cbName)
     {
@@ -407,6 +418,18 @@ printf("wxTabPanelsManager::VerifyActualTabPanel  %d \n", this->_notebook->GetPa
         _actual->SetDescription( description );
     }
 
+
+       //=========================================================================
+               void wxTabPanelsManager::SetMessageKind(std::string kind){
+                               _actual->SetMessageKind(kind);          
+               }
+
+
+       //=========================================================================
+               void wxTabPanelsManager::SetMessageLevel(std::string level){
+                               _actual->SetMessageLevel(level);        
+               }
+
        //=========================================================================
        bool wxTabPanelsManager::TryToOpenScriptApplication(std::string packageName ,std::string boxType)
     {