X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c6791e43ca1adb11db20674a2327dc5e354f629..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/spinbutt.h diff --git a/interface/spinbutt.h b/interface/spinbutt.h index e5af2d0435..054bce9150 100644 --- a/interface/spinbutt.h +++ b/interface/spinbutt.h @@ -68,14 +68,18 @@ public: @library{wxcore} @category{ctrl} - @appearance{spinbutton.png} + @see wxSpinCtrl */ class wxSpinButton : public wxControl { public: - //@{ + /** + Default constructor. + */ + wxSpinButton(); + /** Constructor, creating and showing a spin button. @@ -96,13 +100,11 @@ public: @see Create() */ - wxSpinButton(); 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.