diff options
author | Dan Gudmundsson <[email protected]> | 2014-04-16 15:00:41 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-04-16 15:00:41 +0200 |
commit | 616e03903645ee3f1fef1a4226f2b18051b968c9 (patch) | |
tree | c4ae4272ae30db1689401427c47388d8824dea01 /lib/wx/c_src/gen/wxe_funcs.cpp | |
parent | 7e3b674e905ba8008edd1589db3473d15792a585 (diff) | |
download | otp-616e03903645ee3f1fef1a4226f2b18051b968c9.tar.gz otp-616e03903645ee3f1fef1a4226f2b18051b968c9.tar.bz2 otp-616e03903645ee3f1fef1a4226f2b18051b968c9.zip |
wx: Add wxActivateEvent
Diffstat (limited to 'lib/wx/c_src/gen/wxe_funcs.cpp')
-rw-r--r-- | lib/wx/c_src/gen/wxe_funcs.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_funcs.cpp b/lib/wx/c_src/gen/wxe_funcs.cpp index 4d1f9d9df6..4422488641 100644 --- a/lib/wx/c_src/gen/wxe_funcs.cpp +++ b/lib/wx/c_src/gen/wxe_funcs.cpp @@ -31636,6 +31636,13 @@ case wxLocale_IsOk: { // wxLocale::IsOk rt.addBool(Result); break; } +case wxActivateEvent_GetActive: { // wxActivateEvent::GetActive + wxActivateEvent *This = (wxActivateEvent *) getPtr(bp,memenv); bp += 4; + if(!This) throw wxe_badarg(0); + bool Result = This->GetActive(); + rt.addBool(Result); + break; +} default: { wxeReturn error = wxeReturn(WXE_DRV_PORT, Ecmd.caller, false); error.addAtom("_wxe_error_"); error.addInt((int) Ecmd.op); |