From 02e163755301e8980a204c80abdff90dba8836c1 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 13 Dec 2018 17:04:02 +0100 Subject: [PATCH] wxwidgets.cfg: Improved support for some wxBitmap functions. --- cfg/boost.cfg | 1 - cfg/wxwidgets.cfg | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cfg/boost.cfg b/cfg/boost.cfg index 05bbd921a..adba92d07 100644 --- a/cfg/boost.cfg +++ b/cfg/boost.cfg @@ -15,4 +15,3 @@ - diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 100e33711..34fdceaf9 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -1449,6 +1449,17 @@ This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code. + + + + + false + + + + + This function is deprecated since version 3.1.2, dimensions and depth can only be set at construction time. +