X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.cxx;h=bafa007f88e0dc97733875493bc1da8fca77d973;hb=3babfd57a9b4b3cffba34415e928239592e7d4a1;hp=12708e34400425a58447bfa5a7e9e2f95dca78a3;hpb=50851761f4216d932217db8e8fe56dd5aac6b0fb;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 12708e3..bafa007 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -276,6 +276,13 @@ namespace bbtk //========================================================================= + void wxGUIEditorGraphicBBS::updateStatusBar(std::string textStatus) + { + SetStatusText(_T(textStatus)); + } + + //========================================================================= + /***************************************************** /* HANDLERS /*****************************************************/