I want to programmatically set the value of a slider after the control has been
- created
- displayed,
- and the EVT_SLIDER handler has been bound.
Is there a way to avoid triggering the handler when programmatically doing
Slider.SetValue()
?
I looked for an API Flag. No luck