diff options
author | Dan Gudmundsson <[email protected]> | 2015-11-24 14:33:31 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-11-24 14:33:31 +0100 |
commit | c998b45d3ecf560b40fa92a49658dd476e40e2ae (patch) | |
tree | 68bc59d7fd1a2b62f7679e4c5035d517e3e7ec61 /lib/wx/api_gen/wxapi.conf | |
parent | e732293edc5a970885d9eb362dcaddf3548f84a4 (diff) | |
download | otp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.tar.gz otp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.tar.bz2 otp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.zip |
wx: Add wxOverlay
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index f076323bea..462a4551a9 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -1975,3 +1975,9 @@ {class, wxMouseCaptureLostEvent, wxEvent, [{event,[wxEVT_MOUSE_CAPTURE_LOST]}],[]}. + +{class, wxOverlay, root, [], + ['wxOverlay', '~wxOverlay', 'Reset']}. + +{class, wxDCOverlay, root, [], + ['wxDCOverlay', '~wxDCOverlay', 'Clear']}. |