X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.h;h=a42f05edffd65d728e2bee6d16128e2816bc833b;hb=25cc7b0782c5950c95cbf3fa94586769ae093f10;hp=529699b9c851e2ee23ea51a1a551d70d884abe5f;hpb=a462a32a87251d7de0e246eb0f0a4a905b2efb72;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h index 529699b..a42f05e 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h @@ -101,6 +101,10 @@ namespace bbtk int getNumActualSelectedObjects(); void OnTabChanged(wxAuiNotebookEvent& event); + + // Event handler. Runs in the moment of closing but not closed yet (for that exists the CLOSED event, but not working at all) + void OnTabClose(wxAuiNotebookEvent& event); + void VerifyLastTabPanel(); void SetCbName(std::string cbName);