- Fixed ArtProvider hardcoded to 16x16 icons.
- The "bmp" kwarg, when receives a string, will now also try to find a gtk
stock bitmap if it fails to find a bitmap on the art provider. E. g.,
a "cdrom" value will fetch the bitmap for "gtk-cdrom". Full list here:
<https://wxpython.org/Phoenix/docs/html/stock_items.html>
- MenuAfter/MenuBefore are now command events.
- Added item=attr_name to event on OnMB_after
- Now messages warning about methods not found on parent are not shown
by default. To enable them again, change the _verbose constant to True.
- Tries to use unidecode on _clean() to remove accents.