X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/500b128d0e42dfaa70f46e58d3cc5300c6b25489..741cca6b380ccacd162d1c662b6063021c8ee3ee:/docs/doxygen/overviews/changes_since28.h diff --git a/docs/doxygen/overviews/changes_since28.h b/docs/doxygen/overviews/changes_since28.h index 286671a76a..f7dc4dffb2 100644 --- a/docs/doxygen/overviews/changes_since28.h +++ b/docs/doxygen/overviews/changes_since28.h @@ -149,5 +149,14 @@ Finally, a few structure fields, notable @c wxCmdLineEntryDesc::shortName, Of course, this will change the format of the wxConfig output which may be undesirable. + +- wxTE_AUTO_SCROLL style is deprecated as it's always on by default anyhow in + the ports which support it so you should simply remove any mentions of it + from your code. + +- If you use wxScrolled::SetTargetWindow() you must override + wxScrolled::GetSizeAvailableForScrollTarget() method to compute the size + available for the scroll target as function of the main window size, please + see the documentation of this method for more details. */