]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/spinbutt.h
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()
[wxWidgets.git] / include / wx / cocoa / spinbutt.h
index 20f1e70c85515905ff272efedabc97d4dc65a693..fab76435a0391ccf1e63a1699fe91d2604d6f6e0 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/07/14
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_SPINBUTT_H__
@@ -27,7 +27,7 @@ class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSS
 // ------------------------------------------------------------------------
 public:
     wxSpinButton() { }
-    wxSpinButton(wxWindow *parent, wxWindowID winid = -1,
+    wxSpinButton(wxWindow *parent, wxWindowID winid = wxID_ANY,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
             long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
@@ -36,10 +36,10 @@ public:
         Create(parent, winid, pos, size, style, name);
     }
 
-    bool Create(wxWindow *parent, wxWindowID winid = -1,
+    bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxSP_HORIZONTAL,
             const wxString& name = wxSPIN_BUTTON_NAME);
     virtual ~wxSpinButton();
 
@@ -60,4 +60,5 @@ public:
     virtual void SetRange(int minValue, int maxValue);
 };
 
-#endif // __WX_COCOA_SPINBUTT_H__
+#endif
+    // __WX_COCOA_SPINBUTT_H__