X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f09b568121b4dd21f7eb16cd23a8b47d8fb91141..de536319f16406adf967003637b2655c61f6cb09:/interface/scrolbar.h?ds=sidebyside diff --git a/interface/scrolbar.h b/interface/scrolbar.h index 6f097a8a98..d6574c6b06 100644 --- a/interface/scrolbar.h +++ b/interface/scrolbar.h @@ -31,7 +31,11 @@ class wxScrollBar : public wxControl { public: - //@{ + /** + Default constructor + */ + wxScrollBar(); + /** Constructor, creating and showing a scrollbar. @@ -54,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.