]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Bug #1375
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 529699b9c851e2ee23ea51a1a551d70d884abe5f..e8590225f1437c1f4d506919cf9269ce3424b85a 100644 (file)
@@ -90,6 +90,7 @@ namespace bbtk
                void loadDiagram(ifstream &inputStream, const std::string &path); //DFCH
 
                void saveTempActualDiagram(); //FCY
+               void saveTempandUpdate();
                void loadTempDiagram(unsigned short un); //FCY
                unsigned short getUndoState();
                unsigned short getRedoState();
@@ -101,6 +102,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);