Subject: | wxMenuItem::SetBitmap() not available on OSX |
The wxMenuItem::SetBitmap() method is only enabled for MSW and GTK in wxPerl, but wxWidgets actually supports it for OSX as well, as clearly documented and also confirmed by inspection of the sources:
https://github.com/wxWidgets/wxWidgets/blob/master/src/osx/cocoa/menuitem.mm
Could you please adjust the macros in order to provide it on OSX as well? Thank you in advance, and keep up the good work!