]> git.saurik.com Git - wxWidgets.git/commitdiff
compilo
authorRyan Norton <wxprojects@comcast.net>
Tue, 19 Apr 2005 03:41:43 +0000 (03:41 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 19 Apr 2005 03:41:43 +0000 (03:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/gauge.h
include/wx/cocoa/spinbutt.h

index dd5228059ba160084297b8c7d8a30ae373052c3a..1a7e9957f77d60ebf9f392812ac0ed1b4b84712d 100644 (file)
@@ -42,7 +42,7 @@ public:
     bool Create(wxWindow *parent, wxWindowID winid, int range,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxGA_HORIZONTAL,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxGaugeNameStr);
     virtual ~wxGauge();
index 20f1e70c85515905ff272efedabc97d4dc65a693..43c8290b515ebda8de66e9d604a561f018abb808 100644 (file)
@@ -39,7 +39,7 @@ public:
     bool Create(wxWindow *parent, wxWindowID winid = -1,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxSP_HORIZONTAL,
             const wxString& name = wxSPIN_BUTTON_NAME);
     virtual ~wxSpinButton();