X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..d095f867de4d7c00fe9996f714892141d917f308:/interface/scrolbar.h diff --git a/interface/scrolbar.h b/interface/scrolbar.h index ad9f31dac2..6f097a8a98 100644 --- a/interface/scrolbar.h +++ b/interface/scrolbar.h @@ -16,18 +16,17 @@ events are received. @beginStyleTable - @style{wxSB_HORIZONTAL}: + @style{wxSB_HORIZONTAL} Specifies a horizontal scrollbar. - @style{wxSB_VERTICAL}: + @style{wxSB_VERTICAL} Specifies a vertical scrollbar. @endStyleTable @library{wxcore} @category{ctrl} - @appearance{scrollbar.png} + - @see @ref overview_scrollingoverview "Scrolling overview", @ref - overview_eventhandlingoverview, wxScrolledWindow + @see @ref overview_scrolling, @ref overview_eventhandling, wxScrolled */ class wxScrollBar : public wxControl {