summaryrefslogtreecommitdiffstats
path: root/Project/ElementForm.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-12-01 16:57:41 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-12-01 16:57:41 -0200
commite266f5811403beea13c9cc5399c55db4a34fdd3c (patch)
tree517e01b8685248f04548513091e7040a1b36ec0b /Project/ElementForm.h
parent186e9d36f23ebb4c260885215d216d4df0b3b2ec (diff)
downloadPSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.tar.gz
PSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.tar.xz
PSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.zip
Text Form under implementation [3]
Diffstat (limited to 'Project/ElementForm.h')
-rw-r--r--Project/ElementForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ElementForm.h b/Project/ElementForm.h
index 3b36fed..6645b96 100644
--- a/Project/ElementForm.h
+++ b/Project/ElementForm.h
@@ -742,6 +742,8 @@ protected:
virtual void OnFromBusChoiceSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnToBusChoiceSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnTextEnter(wxCommandEvent& event) { event.Skip(); }
+ virtual void OnOKButtonClick(wxCommandEvent& event) { event.Skip(); }
+ virtual void OnCancelButtonClick(wxCommandEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticTextElement() { return m_staticTextElement; }