]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
2396 bbGEditor Feature New Normal Feature Show Tree 2014-06-18 15:29
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 12f9bb66dcb72f63c52ebac2552c3f71b3795113..9e6fa1550d8c3a3221d1082799032b8df1131c3e 100644 (file)
@@ -375,6 +375,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 +419,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)
     {