Minor correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-26 07:33:59 +00:00
parent c88d91ba07
commit 7adc2e2ea1

View File

@@ -50,7 +50,11 @@
class wxSlider : public wxControl class wxSlider : public wxControl
{ {
public: public:
//@{ /**
Default constructor
*/
wxSlider();
/** /**
Constructor, creating and showing a slider. Constructor, creating and showing a slider.
@@ -76,7 +80,6 @@ public:
@see Create(), wxValidator @see Create(), wxValidator
*/ */
wxSlider();
wxSlider(wxWindow* parent, wxWindowID id, int value, wxSlider(wxWindow* parent, wxWindowID id, int value,
int minValue, int maxValue, int minValue, int maxValue,
const wxPoint& point = wxDefaultPosition, const wxPoint& point = wxDefaultPosition,
@@ -84,7 +87,6 @@ public:
long style = wxSL_HORIZONTAL, long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator, const wxValidator& validator = wxDefaultValidator,
const wxString& name = "slider"); const wxString& name = "slider");
//@}
/** /**
Destructor, destroying the slider. Destructor, destroying the slider.