]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolbar.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / scrolbar.h
index 8a2d72c3c0022210d98bd7c4b5a789b8a06c49e1..03c651bf30a52efe6d451187a389fb2648b6a439 100644 (file)
@@ -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.