X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=c2f538c5baaddaedd95e0acad8988bc28799cbb8;hb=50851761f4216d932217db8e8fe56dd5aac6b0fb;hp=88b6aaf6a665a415805927bdc73db65d4ea9a7cf;hpb=eaf825847b9ac4bd762deafa59a7df1c2ceba433;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index 88b6aaf..c2f538c 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -99,6 +99,20 @@ namespace bbtk //========================================================================= + void wxGEditorTabPanel::setPanelsManager(wxTabPanelsManager* panelsManager) + { + _panelsManager = panelsManager; + } + + //========================================================================= + + void wxGEditorTabPanel::displayBlackBoxInfo(std::string packageName, std::string boxName) + { + _panelsManager->displayBlackBoxInfo(packageName,boxName); + } + + //========================================================================= + } // EO namespace bbtk // EOF