Request for modification in Slider

Hello Jules,
in a Slider derived class, I would like to have access to the popupDisplay member, which is declared private.
Do you think you could provide a method for this?

I’d be reluctant to make something like that protected, because then I’d be unable to change the way it works without risking breaking people’s derived classes. What are you actually trying to do?

Well, I’m not asking to make it protected, just to have an access method like getPopupDisplay() to be able to dynamically change its positioning.

Oh, I see. Ok, that’s more doable! Thanks!

Thank you Jules, works perfectly!