]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinbutt.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / spinbutt.h
index 6de0b4799683c23e800c025c579a9b973c4cbf44..2465c5bef430fd6bc178df8fc35220e83e5c4083 100644 (file)
@@ -139,11 +139,10 @@ public:
         Scrollbar creation function called by the spin button constructor.
         See wxSpinButton() for details.
     */
-    bool Create(wxWindow* parent, wxWindowID id,
+    bool Create(wxWindow* parent, wxWindowID id = -1,
                 const wxPoint& pos = wxDefaultPosition,
-                const wxSize& size = wxDefaultSize,
-                long style = wxSP_HORIZONTAL,
-                const wxString& name = "spinButton");
+                const wxSize& size = wxDefaultSize, long style = wxSP_HORIZONTAL,
+                const wxString& name = "wxSpinButton");
 
     /**
         Returns the maximum permissible value.