X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.cxx;h=9e6fa1550d8c3a3221d1082799032b8df1131c3e;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=12f9bb66dcb72f63c52ebac2552c3f71b3795113;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx index 12f9bb6..9e6fa15 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx @@ -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) {