X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a194bda7be7c240a3856413e19d7152ecfd7439..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/scrolbar.h?ds=sidebyside diff --git a/interface/wx/scrolbar.h b/interface/wx/scrolbar.h index 5ecc481320..a005c8f6d5 100644 --- a/interface/wx/scrolbar.h +++ b/interface/wx/scrolbar.h @@ -2,7 +2,6 @@ // Name: scrolbar.h // Purpose: interface of wxScrollBar // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -105,7 +104,7 @@ @library{wxcore} @category{ctrl} - @appearance{scrollbar.png} + @appearance{scrollbar} @see @ref overview_scrolling, @ref overview_events, wxScrolled */ @@ -240,5 +239,10 @@ public: @see GetThumbPosition() */ virtual void SetThumbPosition(int viewStart); + + /** + Returns @true for scrollbars that have the vertical style set. + */ + bool IsVertical() const; };