20#ifndef STEPPED_SLIDER_H
21#define STEPPED_SLIDER_H
37 const wxPoint& aPos = wxDefaultPosition,
38 const wxSize& aSize = wxDefaultSize,
39 long aStyle = wxSL_HORIZONTAL,
40 const wxValidator& aValidator = wxDefaultValidator,
41 const wxString& aName = wxSliderNameStr );
61 void OnScroll( wxScrollEvent& aEvent );
Customized wxSlider with forced stepping.
int GetStep() const
Get the step size.
void OnScroll(wxScrollEvent &aEvent)
void SetStep(int aSize)
Set the step size.
virtual ~STEPPED_SLIDER()