diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
commit | 6f3421c4150e49af026432a2a2be0171d741ad03 (patch) | |
tree | 4df26f8c631aeeeed6e5c9e8aab87c4c663bd30f /Project/Workspace.wxcp | |
parent | 516cdb72d3ff99a1ee786d3ea24c9b579272fe76 (diff) | |
download | PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.gz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.xz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.zip |
Some bugfixes
Diffstat (limited to 'Project/Workspace.wxcp')
-rw-r--r-- | Project/Workspace.wxcp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/Workspace.wxcp b/Project/Workspace.wxcp index a65cb3c..bebedf1 100644 --- a/Project/Workspace.wxcp +++ b/Project/Workspace.wxcp @@ -341,6 +341,13 @@ "m_functionNameAndSignature": "OnIdle(wxIdleEvent& event)", "m_description": "Process a wxEVT_IDLE event", "m_noBody": false + }, { + "m_eventName": "wxEVT_MIDDLE_DCLICK", + "m_eventClass": "wxMouseEvent", + "m_eventHandler": "wxMouseEventHandler", + "m_functionNameAndSignature": "OnMiddleDoubleClick(wxMouseEvent& event)", + "m_description": "Process a wxEVT_MIDDLE_DCLICK event.", + "m_noBody": false }], "m_children": [] }] |