X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58d0deaac1af12c41b27de4c92dae023c2616b03..e18e78a7cc106a75e5228c51edd982436682633d:/docs/doxygen/overviews/scrolling.h?ds=sidebyside diff --git a/docs/doxygen/overviews/scrolling.h b/docs/doxygen/overviews/scrolling.h index 1c1eb43164..c4a1a86c2f 100644 --- a/docs/doxygen/overviews/scrolling.h +++ b/docs/doxygen/overviews/scrolling.h @@ -6,15 +6,21 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** -@page overview_scrolling Scrolling Overview +@page overview_scrolling Scrolled Windows Classes: @li wxWindow @li wxScrolledWindow @li wxScrollBar +@li @ref overview_scrolling_model +@li @ref overview_scrolling_example + +
+ + Scrollbars come in various guises in wxWidgets. All windows have the potential to show a vertical scrollbar and/or a horizontal scrollbar: it is a basic capability of a window. However, in practice, not all windows do make use of