Hi,
Is there a pip installable wheel for wxPython that uses wxWidgets 3.1? Maybe pip install -U wxPython-dev
or something along those lines?
I was looking throught the Phoenix wx.StaticBitmap documentation and notices the ScaledMode property which I wanted to try out. The documentation says it’s introduced in version 3.1.0 (which I figure is wxWidgets 3.1.0, not wxPython 3.1.0).
https://wxpython.org/Phoenix/docs/html/wx.StaticBitmap.html#wx.StaticBitmap.SetScaleMode
The release documentation doesn’t mention ScaledMode
at all, so I figure it must be available in an upcoming release - I wonder when ???
https://docs.wxpython.org/wx.StaticBitmap.html#wx.StaticBitmap
Thanks, Brendan.