diff options
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index e107749944..cd53a25c40 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -207,7 +207,11 @@ {'CanSetTransparent', [{test_if, "wxCHECK_VERSION(2,8,12)"}]}, {'IsDoubleBuffered', [{test_if, "wxCHECK_VERSION(3,0,0)"}]}, {'SetDoubleBuffered', [{test_if, "wxCHECK_VERSION(3,1,0) || (!defined(__WXMAC__) && wxCHECK_VERSION(3,0,0))"}]}, - {'GetContentScaleFactor', [{test_if, "wxCHECK_VERSION(2,9,5)"}]} + {'GetContentScaleFactor', [{test_if, "wxCHECK_VERSION(2,9,5)"}]}, + {'GetDPI', [{test_if, "wxCHECK_VERSION(3,1,3)"}]}, + {'FromDIP', [{test_if, "wxCHECK_VERSION(3,1,0)"}]}, + {'ToDIP', [{test_if, "wxCHECK_VERSION(3,1,0)"}]} + ]}. {class, wxTopLevelWindowGTK, wxWindow, |