diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-18 19:10:04 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-18 19:10:04 -0300 |
commit | 05525745c0b0d189484da3c45f95356d7558e2cf (patch) | |
tree | e05100d4711e4050985e3d550bf9053a3c22942f /Project/Workspace.wxcp | |
parent | e58cec073cbd982246898c733ae21b9f2b92b2b7 (diff) | |
download | PSP.git-05525745c0b0d189484da3c45f95356d7558e2cf.tar.gz PSP.git-05525745c0b0d189484da3c45f95356d7558e2cf.tar.xz PSP.git-05525745c0b0d189484da3c45f95356d7558e2cf.zip |
Line improvements, context menu implemented
Line still under construction, contex menu base implemented
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 0ceb65b..0153fd3 100644 --- a/Project/Workspace.wxcp +++ b/Project/Workspace.wxcp @@ -320,6 +320,13 @@ "m_functionNameAndSignature": "OnScroll(wxMouseEvent& event)", "m_description": "Process a wxEVT_MOUSEWHEEL event", "m_noBody": false + }, { + "m_eventName": "wxEVT_RIGHT_DOWN", + "m_eventClass": "wxMouseEvent", + "m_eventHandler": "wxMouseEventHandler", + "m_functionNameAndSignature": "OnRightClickDown(wxMouseEvent& event)", + "m_description": "Process a wxEVT_RIGHT_DOWN event", + "m_noBody": false }], "m_children": [] }] |