X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/spinbutt.h diff --git a/interface/spinbutt.h b/interface/spinbutt.h index 5bd9f8ae9f..054bce9150 100644 --- a/interface/spinbutt.h +++ b/interface/spinbutt.h @@ -55,27 +55,31 @@ public: required, 5.80 is recommended) the full 32 bit range is supported. @beginStyleTable - @style{wxSP_HORIZONTAL}: + @style{wxSP_HORIZONTAL} Specifies a horizontal spin button (note that this style is not supported in wxGTK). - @style{wxSP_VERTICAL}: + @style{wxSP_VERTICAL} Specifies a vertical spin button. - @style{wxSP_ARROW_KEYS}: + @style{wxSP_ARROW_KEYS} The user can use arrow keys to change the value. - @style{wxSP_WRAP}: + @style{wxSP_WRAP} The value wraps at the minimum and maximum. @endStyleTable @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.