@library{wxcore}
@category{ctrl}
- @appearance{spinbutton.png}
+ <!-- @appearance{spinbutton.png} -->
@see wxSpinCtrl
*/
class wxSpinButton : public wxControl
{
public:
- //@{
+ /**
+ Default constructor.
+ */
+ wxSpinButton();
+
/**
Constructor, creating and showing a spin button.
@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.