diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 6d889b36d..e960b200d 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -7088,6 +7088,17 @@ This function is deprecated and kept mostly for backwards compatibility. Please override 'wxApp::MacOpenFiles' method instead in any new code. + + + false + + + + + + + This function is deprecated, please use 'wxFileName::SplitPath()' instead. + false @@ -7104,6 +7115,37 @@ This function is deprecated. This is the old way of detecting tool right clicks, although it will still work, you should use the EVT_TOOL_RCLICKED() macro instead. + + + false + + + + + + The setup dialog is deprecated, though retained for backward compatibility. + + + + false + + + + + + + This function has been deprecated, use 'wxWindow::Close()' instead. + + + + false + + + + + + The setup dialog is deprecated, though retained for backward compatibility. + false @@ -7115,6 +7157,14 @@ This function is deprecated use 'CreateThread()' instead. + + + false + + + + This function is deprecated in favour of 'IsShown()'. + false @@ -7158,6 +7208,15 @@ This function is deprecated. + + + false + + + + + This function is kept mostly for backwards compatibility. Use 'LastReadCount()' or 'LastWriteCount()' instead. 'LastCount()' is still needed for use with less commonly used functions: 'Discard()', 'Peek()', and 'Unread()'. + @@ -7420,6 +7479,26 @@ This function is deprecated. + + + + + false + + + + + + + + false + + + + + + This function is deprecated. This is exactly the same as 'FitInside()' in wxWidgets 2.9 and later, please replace calls to it with 'FitInside()'. + false