@library{wxcore}
@category{ctrl}
- @appearance{slider.png}
+ <!-- @appearance{slider.png} -->
@see @ref overview_eventhandlingoverview, wxScrollBar
*/
class wxSlider : public wxControl
{
public:
- //@{
+ /**
+ Default constructor
+ */
+ wxSlider();
+
/**
Constructor, creating and showing a slider.
@see Create(), wxValidator
*/
- wxSlider();
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");
- //@}
/**
Destructor, destroying the slider.