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/api_gen/wxapi.conf | |
parent | 7e3b674e905ba8008edd1589db3473d15792a585 (diff) | |
download | otp-616e03903645ee3f1fef1a4226f2b18051b968c9.tar.gz otp-616e03903645ee3f1fef1a4226f2b18051b968c9.tar.bz2 otp-616e03903645ee3f1fef1a4226f2b18051b968c9.zip |
wx: Add wxActivateEvent
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index e2b487bc2c..afe59a1496 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -1903,3 +1903,8 @@ 'GetSystemEncoding','GetSystemEncodingName', 'GetSystemLanguage', 'IsLoaded','IsOk']}. + +{class, wxActivateEvent, wxEvent, + [{acc, [{m_active, "GetActive()"}]}, + {event, [wxEVT_ACTIVATE, wxEVT_ACTIVATE_APP, wxEVT_HIBERNATE]}], + ['GetActive']}. |