diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-05 19:31:28 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-05 19:31:28 -0200 |
commit | b6f96ca48bc156898df79deba63d270b393fb150 (patch) | |
tree | 9c6e2fa2a45d6c6c4c14d8711b2b89066bfb37d7 /Project/Workspace.wxcp | |
parent | a1932eec23589ed67d824873b37de3e83a09cd24 (diff) | |
download | PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.gz PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.tar.xz PSP.git-b6f96ca48bc156898df79deba63d270b393fb150.zip |
Text bugs fixed
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 f5e0149..a65cb3c 100644 --- a/Project/Workspace.wxcp +++ b/Project/Workspace.wxcp @@ -334,6 +334,13 @@ "m_functionNameAndSignature": "OnLeftDoubleClick(wxMouseEvent& event)", "m_description": "Process a wxEVT_LEFT_DCLICK event.", "m_noBody": false + }, { + "m_eventName": "wxEVT_IDLE", + "m_eventClass": "wxIdleEvent", + "m_eventHandler": "wxIdleEventHandler", + "m_functionNameAndSignature": "OnIdle(wxIdleEvent& event)", + "m_description": "Process a wxEVT_IDLE event", + "m_noBody": false }], "m_children": [] }] |