diff options
author | Dan Gudmundsson <[email protected]> | 2012-10-16 13:19:10 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:41:40 +0100 |
commit | 5f99f7197518fc93f0337834c26810f8ee949c39 (patch) | |
tree | 0d9e2d210fccf01e801c0767c1cf7b749da8b44a /lib/wx/c_src/gen/wxe_funcs.cpp | |
parent | aaaf448d6ad8c7a77571258f0f6a966259d72ab7 (diff) | |
download | otp-5f99f7197518fc93f0337834c26810f8ee949c39.tar.gz otp-5f99f7197518fc93f0337834c26810f8ee949c39.tar.bz2 otp-5f99f7197518fc93f0337834c26810f8ee949c39.zip |
wx: Re-generated code
Generated code with previous commit.
Diffstat (limited to 'lib/wx/c_src/gen/wxe_funcs.cpp')
-rw-r--r-- | lib/wx/c_src/gen/wxe_funcs.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/wx/c_src/gen/wxe_funcs.cpp b/lib/wx/c_src/gen/wxe_funcs.cpp index 15012011ed..3e7a956434 100644 --- a/lib/wx/c_src/gen/wxe_funcs.cpp +++ b/lib/wx/c_src/gen/wxe_funcs.cpp @@ -30103,24 +30103,6 @@ case wxStyledTextCtrl_ScrollToColumn: { // wxStyledTextCtrl::ScrollToColumn This->ScrollToColumn((int) *column); break; } -case wxStyledTextCtrl_SendMsg: { // wxStyledTextCtrl::SendMsg - long wp=0; - long lp=0; - wxStyledTextCtrl *This = (wxStyledTextCtrl *) getPtr(bp,memenv); bp += 4; - int * msg = (int *) bp; bp += 4; - while( * (int*) bp) { switch (* (int*) bp) { - case 1: {bp += 4; - wp = (long)*(int *) bp; bp += 4; - } break; - case 2: {bp += 4; - lp = (long)*(int *) bp; bp += 4; - } break; - }}; - if(!This) throw wxe_badarg(0); - long Result = This->SendMsg((int) *msg,wp,lp); - rt.addInt(Result); - break; -} case wxStyledTextCtrl_SetVScrollBar: { // wxStyledTextCtrl::SetVScrollBar wxStyledTextCtrl *This = (wxStyledTextCtrl *) getPtr(bp,memenv); bp += 4; wxScrollBar *bar = (wxScrollBar *) getPtr(bp,memenv); bp += 4; |