diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-03-08 18:26:37 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-03-08 18:26:37 -0300 |
commit | a1890bd024e0baea393480810709f43208825b9a (patch) | |
tree | 5eeb60b0e9d3085bbe2d2ba0c1939f26aa574f27 /Project/ElementForm.wxcp | |
parent | 009849e49967af659354a94a16c51cab5eb8b5a4 (diff) | |
download | PSP.git-a1890bd024e0baea393480810709f43208825b9a.tar.gz PSP.git-a1890bd024e0baea393480810709f43208825b9a.tar.xz PSP.git-a1890bd024e0baea393480810709f43208825b9a.zip |
Sum form implementation start
Diffstat (limited to 'Project/ElementForm.wxcp')
-rw-r--r-- | Project/ElementForm.wxcp | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Project/ElementForm.wxcp b/Project/ElementForm.wxcp index d7cc05a..385d30d 100644 --- a/Project/ElementForm.wxcp +++ b/Project/ElementForm.wxcp @@ -30823,7 +30823,14 @@ "m_label": "Margins:", "m_value": "2,2" }], - "m_events": [], + "m_events": [{ + "m_eventName": "wxEVT_COMMAND_BUTTON_CLICKED", + "m_eventClass": "wxCommandEvent", + "m_eventHandler": "wxCommandEventHandler", + "m_functionNameAndSignature": "OnOKClick(wxCommandEvent& event)", + "m_description": "Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.", + "m_noBody": false + }], "m_children": [] }, { "m_type": 4400, @@ -30911,7 +30918,14 @@ "m_label": "Margins:", "m_value": "2,2" }], - "m_events": [], + "m_events": [{ + "m_eventName": "wxEVT_COMMAND_BUTTON_CLICKED", + "m_eventClass": "wxCommandEvent", + "m_eventHandler": "wxCommandEventHandler", + "m_functionNameAndSignature": "OnCancelClick(wxCommandEvent& event)", + "m_description": "Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.", + "m_noBody": false + }], "m_children": [] }] }] |