Minor doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-24 19:37:12 +00:00
parent d5d20078e0
commit d930d1773b
2 changed files with 17 additions and 13 deletions

View File

@@ -75,7 +75,11 @@ public:
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.