diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-27 19:57:18 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-27 19:57:18 -0200 |
commit | 10bb7105946bc0a892a9daf42ec5181ad9994fcf (patch) | |
tree | 5b27234c7b0c9ababde2a1dcca2d95c5149770cc /Project/ControlEditor.wxcp | |
parent | 15df77aa461ecea7344cce5e736ebee9fb943a9b (diff) | |
download | PSP.git-10bb7105946bc0a892a9daf42ec5181ad9994fcf.tar.gz PSP.git-10bb7105946bc0a892a9daf42ec5181ad9994fcf.tar.xz PSP.git-10bb7105946bc0a892a9daf42ec5181ad9994fcf.zip |
several control elements methods implemented
Node position buggy
Diffstat (limited to 'Project/ControlEditor.wxcp')
-rw-r--r-- | Project/ControlEditor.wxcp | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Project/ControlEditor.wxcp b/Project/ControlEditor.wxcp index a0f5e46..c1e2d9b 100644 --- a/Project/ControlEditor.wxcp +++ b/Project/ControlEditor.wxcp @@ -110,23 +110,23 @@ }, { "type": "bitmapPicker", "m_label": "Bitmap File (16x16) :", - "m_path": "" + "m_path": "data/images/ctrlEditor16.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (32x32) :", - "m_path": "" + "m_path": "data/images/ctrlEditor32.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (64x64) :", - "m_path": "" + "m_path": "data/images/ctrlEditor64.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (128x128):", - "m_path": "" + "m_path": "data/images/ctrlEditor128.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (256x256):", - "m_path": "" + "m_path": "data/images/ctrlEditor256.png" }], "m_events": [], "m_children": [{ @@ -1140,6 +1140,13 @@ "m_functionNameAndSignature": "OnScroll(wxMouseEvent& event)", "m_description": "Process a wxEVT_MOUSEWHEEL 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": [] }] |