X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c6791e43ca1adb11db20674a2327dc5e354f629..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/scrolbar.h diff --git a/interface/scrolbar.h b/interface/scrolbar.h index be1aa3105c..d6574c6b06 100644 --- a/interface/scrolbar.h +++ b/interface/scrolbar.h @@ -24,15 +24,18 @@ @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 { public: - //@{ + /** + Default constructor + */ + wxScrollBar(); + /** Constructor, creating and showing a scrollbar. @@ -55,14 +58,12 @@ public: @see Create(), wxValidator */ - wxScrollBar(); wxScrollBar(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSB_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "scrollBar"); - //@} /** Destructor, destroying the scrollbar.