]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinbutt.h
mac paths updated
[wxWidgets.git] / interface / spinbutt.h
index e5af2d0435879d6b628d631d689e6d19de5dfc99..054bce9150906dc7cbf141f02927adeaba7af7c1 100644 (file)
@@ -68,14 +68,18 @@ public:
 
     @library{wxcore}
     @category{ctrl}
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{spinbutton.png}
+    <!-- @appearance{spinbutton.png} -->
 
     @see wxSpinCtrl
 */
 class wxSpinButton : public wxControl
 {
 public:
 
     @see wxSpinCtrl
 */
 class wxSpinButton : public wxControl
 {
 public:
-    //@{
+    /**
+        Default constructor.
+    */
+    wxSpinButton();
+    
     /**
         Constructor, creating and showing a spin button.
 
     /**
         Constructor, creating and showing a spin button.
 
@@ -96,13 +100,11 @@ public:
 
         @see Create()
     */
 
         @see Create()
     */
-    wxSpinButton();
     wxSpinButton(wxWindow* parent, wxWindowID id,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxSP_HORIZONTAL,
                  const wxString& name = "spinButton");
     wxSpinButton(wxWindow* parent, wxWindowID id,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxSP_HORIZONTAL,
                  const wxString& name = "spinButton");
-    //@}
 
     /**
         Destructor, destroys the spin button control.
 
     /**
         Destructor, destroys the spin button control.