X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4876436a6240109da0b947c4333b75eb98525d70..fcd209b6a20b41e7ddf9acf837311ac6779ea41f:/interface/wx/scrolbar.h diff --git a/interface/wx/scrolbar.h b/interface/wx/scrolbar.h index 913132d224..76d5bba01a 100644 --- a/interface/wx/scrolbar.h +++ b/interface/wx/scrolbar.h @@ -105,7 +105,7 @@ @library{wxcore} @category{ctrl} - + @appearance{scrollbar.png} @see @ref overview_scrolling, @ref overview_eventhandling, wxScrolled */ @@ -144,7 +144,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxSB_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "scrollBar"); + const wxString& name = wxScrollBarNameStr); /** Destructor, destroying the scrollbar. @@ -157,10 +157,9 @@ public: */ bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = wxSB_HORIZONTAL, + const wxSize& size = wxDefaultSize, long style = wxSB_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "scrollBar"); + const wxString& name = wxScrollBarNameStr); /** Returns the page size of the scrollbar.