Re: Feature request: add ScaleMode property to StaticBitmap control properties page
Dietmar Schwertberger <[email protected]> Sat, 22 Feb 2020 13:07:48 +0100
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 25.08.2019 15:54, M A wrote: > Maybe we should just use GenericStaticBitmap instead. I was reading the documentation and only the GenericStaticBitmap widget can use this feature on all platforms. I don't think the user will mind. In fact I think the user will prefer this. I have checked and GenericStaticBitmap in wxPython also does not support ScaleMode. Reason is that the implementation is separate from the C++ class. See also here: https://discuss.wxpython.org/t/setscalemode-and-genericstaticbitmap/34400 I would suggest you implement this for GenericStaticBitmap in a way that is compatible to wx/generic/statbmpg.h and submit a PR to wxPython. I will then implement support for wxGlade, at least for C++ and Python. Regards, Dietmar