summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.wxcp
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.wxcp
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.wxcp')
-rw-r--r--Project/MainFrame.wxcp16
1 files changed, 15 insertions, 1 deletions
diff --git a/Project/MainFrame.wxcp b/Project/MainFrame.wxcp
index 868d1d5..1b863dd 100644
--- a/Project/MainFrame.wxcp
+++ b/Project/MainFrame.wxcp
@@ -4735,7 +4735,21 @@
"m_label": "Style:",
"m_value": ""
}],
- "m_events": [],
+ "m_events": [{
+ "m_eventName": "wxEVT_COMMAND_AUINOTEBOOK_PAGE_CLOSE",
+ "m_eventClass": "wxAuiNotebookEvent",
+ "m_eventHandler": "wxAuiNotebookEventHandler",
+ "m_functionNameAndSignature": "NotebookPageClosing(wxAuiNotebookEvent& event)",
+ "m_description": "A page is about to be closed",
+ "m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_COMMAND_AUINOTEBOOK_PAGE_CLOSED",
+ "m_eventClass": "wxAuiNotebookEvent",
+ "m_eventHandler": "wxAuiNotebookEventHandler",
+ "m_functionNameAndSignature": "NotebookPageClosed(wxAuiNotebookEvent& event)",
+ "m_description": "A page has been closed",
+ "m_noBody": false
+ }],
"m_children": []
}]
}]