]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/changes_since28.h
adding a new topic overview about writing custom widgets; currently there's no offici...
[wxWidgets.git] / docs / doxygen / overviews / changes_since28.h
index b8b087624e05bce9a9319d8677a1ddc03e4761e0..f7dc4dffb25fa28689f5f8e72a70a03d606918a6 100644 (file)
@@ -153,5 +153,10 @@ Finally, a few structure fields, notable @c wxCmdLineEntryDesc::shortName,
 - 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<T>::SetTargetWindow() you must override
+  wxScrolled<T>::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.
 */