]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Bug #1355 The complete tab is not erased from memory. Only the objects are deleted...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 529699b9c851e2ee23ea51a1a551d70d884abe5f..a42f05edffd65d728e2bee6d16128e2816bc833b 100644 (file)
@@ -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);