diff options
author | Dan Gudmundsson <[email protected]> | 2013-08-23 15:19:47 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-08-23 15:19:47 +0200 |
commit | e627c554272f3690bffbae0f34692b29c720e89e (patch) | |
tree | a36d841f37d34c6a60ea07ba8c8c2e659a587db8 /lib/wx/c_src/gen/wxe_funcs.cpp | |
parent | 08a10c0a74c22e9a652ad86b77b224b255adf8a8 (diff) | |
download | otp-e627c554272f3690bffbae0f34692b29c720e89e.tar.gz otp-e627c554272f3690bffbae0f34692b29c720e89e.tar.bz2 otp-e627c554272f3690bffbae0f34692b29c720e89e.zip |
wx: Add wxPanel:setFocusIgnoringChildren/1
It was missing and needed
Diffstat (limited to 'lib/wx/c_src/gen/wxe_funcs.cpp')
-rw-r--r-- | lib/wx/c_src/gen/wxe_funcs.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_funcs.cpp b/lib/wx/c_src/gen/wxe_funcs.cpp index 17ca836b82..2d8dbb242b 100644 --- a/lib/wx/c_src/gen/wxe_funcs.cpp +++ b/lib/wx/c_src/gen/wxe_funcs.cpp @@ -2218,6 +2218,12 @@ case wxPanel_InitDialog: { // wxPanel::InitDialog This->InitDialog(); break; } +case wxPanel_SetFocusIgnoringChildren: { // wxPanel::SetFocusIgnoringChildren + wxPanel *This = (wxPanel *) getPtr(bp,memenv); bp += 4; + if(!This) throw wxe_badarg(0); + This->SetFocusIgnoringChildren(); + break; +} case wxScrolledWindow_new_0: { // wxScrolledWindow::wxScrolledWindow wxScrolledWindow * Result = new EwxScrolledWindow(); newPtr((void *) Result, 0, memenv); |