I have begun to create a custom “Slider” widget that allows to use custom bitmaps for the elements of the slider (instead of the fixed wx.Slider).
Here is a small screenshot : http://i.stack.imgur.com/B4nt7.jpg
For this I have reused some code from the wxPython demo, but now I am a bit stuck in the process of finishing this widget…
On Tuesday, February 25, 2014 3:55:01 PM UTC+1, Basj wrote:
Hello wxPython-users,
I have begun to create a custom “Slider” widget that allows to use custom bitmaps for the elements of the slider (instead of the fixed wx.Slider).
Here is a small screenshot : http://i.stack.imgur.com/B4nt7.jpg
For this I have reused some code from the wxPython demo, but now I am a bit stuck in the process of finishing this widget…