From 125016706cdfb30f6462076d5bf7c0144a3d2373 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 29 Feb 2016 09:17:37 +0100 Subject: wx: Add wxWindow:SetTransparent and CanSetTransperant Available in at least 2.8.12 and later. --- lib/wx/api_gen/wxapi.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/wx/api_gen/wxapi.conf') 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__)"}]} ]}. -- cgit v1.2.3