]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/scrolbar.h
Regenerated makefiles for runtime lib change
[wxWidgets.git] / include / wx / cocoa / scrolbar.h
index 2eb0c0a8d356197f70f178ffc27bd1a5dfec5f09..ca72cb0c205b918201e67785f73e8d3343054fa5 100644 (file)
@@ -30,7 +30,7 @@ public:
     wxScrollBar(wxWindow *parent, wxWindowID winid,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxSB_HORIZONTAL,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxScrollBarNameStr)
     {
@@ -40,7 +40,7 @@ public:
     bool Create(wxWindow *parent, wxWindowID winid,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxSB_HORIZONTAL,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxScrollBarNameStr);
     virtual ~wxScrollBar();