[rt.cpan.org #101249] wxMenuItem::SetBitmap() not available on OSX
"Alessandro Ranellucci via RT" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Fri Jan 02 08:24:04 2015: Request 101249 was acted upon.
Transaction: Ticket created by AAR
Queue: Wx
Subject: wxMenuItem::SetBitmap() not available on OSX
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=101249 >
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!