diff options
author | Dan Gudmundsson <[email protected]> | 2016-02-29 09:17:37 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-02-29 10:37:47 +0100 |
commit | 125016706cdfb30f6462076d5bf7c0144a3d2373 (patch) | |
tree | de115311631d5e0bbf2c948d0702e273b21e4aa6 /lib/wx/api_gen/wxapi.conf | |
parent | 375a6d9b157aab42c0a4e866ff5933494a2ea081 (diff) | |
download | otp-125016706cdfb30f6462076d5bf7c0144a3d2373.tar.gz otp-125016706cdfb30f6462076d5bf7c0144a3d2373.tar.bz2 otp-125016706cdfb30f6462076d5bf7c0144a3d2373.zip |
wx: Add wxWindow:SetTransparent and CanSetTransperant
Available in at least 2.8.12 and later.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 4b34b9ead8..b8458e901b 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -151,6 +151,8 @@ 'TransferDataToWindow',%'UnregisterHotKey', 'Update','UpdateWindowUI','Validate', 'WarpPointer', + {'SetTransparent', [{test_if, "wxCHECK_VERSION(2,8,12)"}]}, + {'CanSetTransparent', [{test_if, "wxCHECK_VERSION(2,8,12)"}]}, {'IsDoubleBuffered', [{test_if, "wxCHECK_VERSION(3,0,0)"}]}, {'SetDoubleBuffered', [{test_if, "wxCHECK_VERSION(3,0,0) && !defined(__WXMAC__)"}]} ]}. |