git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class wxSlider : public wxControl
{
public:
class wxSlider : public wxControl
{
public:
+ /**
+ Default constructor
+ */
+ wxSlider();
+
/**
Constructor, creating and showing a slider.
/**
Constructor, creating and showing a slider.
@see Create(), wxValidator
*/
@see Create(), wxValidator
*/
wxSlider(wxWindow* parent, wxWindowID id, int value,
int minValue, int maxValue,
const wxPoint& point = wxDefaultPosition,
wxSlider(wxWindow* parent, wxWindowID id, int value,
int minValue, int maxValue,
const wxPoint& point = wxDefaultPosition,
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "slider");
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "slider");
/**
Destructor, destroying the slider.
/**
Destructor, destroying the slider.