1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Options for constructing ASlider, and can specify scroll increments

This commit is contained in:
Paul Licameli
2017-11-03 15:46:42 -04:00
parent 228388a63c
commit 5e10ec0def
6 changed files with 62 additions and 47 deletions

View File

@@ -39,11 +39,7 @@ public:
const wxString &name,
const wxPoint & pos,
const wxSize & size,
int style = FRAC_SLIDER,
bool popup = true,
bool canUseShift = true,
float stepValue = STEP_CONTINUOUS,
int orientation = wxHORIZONTAL);
const ASlider::Options &options = ASlider::Options{});
virtual ~MixerTrackSlider() {}
void OnMouseEvent(wxMouseEvent & event);