summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-01 18:05:11 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-01 18:05:11 -0300
commit5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7 (patch)
treec3fd7d83e604abaf5f62ab732e9a2383c0def5e0 /Project/MainFrame.h
parent3a246308dcd76f70a1b6c3e6b08f0d597b255dba (diff)
downloadPSP.git-5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7.tar.gz
PSP.git-5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7.tar.xz
PSP.git-5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7.zip
Attempt to implement Event Handler in Workspace
fail
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r--Project/MainFrame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h
index 2b54414..8459926 100644
--- a/Project/MainFrame.h
+++ b/Project/MainFrame.h
@@ -28,6 +28,8 @@ class MainFrame : public MainFrameBase
~MainFrame();
protected:
+ virtual void NotebookPageClosed(wxAuiNotebookEvent& event);
+ virtual void NotebookPageClosing(wxAuiNotebookEvent& event);
virtual void OnAboutClick(wxRibbonButtonBarEvent& event);
virtual void OnAddElementDropdown(wxRibbonButtonBarEvent& event);
virtual void OnChartsClick(wxRibbonButtonBarEvent& event);