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/api_gen/wx_extra | |
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/api_gen/wx_extra')
-rw-r--r-- | lib/wx/api_gen/wx_extra/bugs.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wx_extra/bugs.h b/lib/wx/api_gen/wx_extra/bugs.h index e3a4fa200b..0563a8901f 100644 --- a/lib/wx/api_gen/wx_extra/bugs.h +++ b/lib/wx/api_gen/wx_extra/bugs.h @@ -39,4 +39,12 @@ class WXDLLIMPEXP_ADV wxTreeCtrlBase : public wxControl { public: static bool IsTreeItemIdOk(wxTreeItemId id); -} +}; + + +// Enable lost macro functionality +class WXDLLEXPORT wxPanel : public wxWindow +{ + public: + void SetFocusIgnoringChildren(); +}; |