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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user