menu with bitmap and wx.Item_Check

Phil Schloss wrote:

I have a menu that has about 10 items, and the currently selected one needs to have check mark infront of it.
But they also want a bitmap with the item so that the user knows which one to select.

The platforms are not consistent in their abilities here. Some can only have a checkmark, or an icon, but not both, (probably because the platform uses the icon space to show the checked image.) One way to work around this is to use two icons yourself, one normal, and one that shows that the item is selected in some way (such as having a checkmark on top of the normal icon) and switch between the icons yourself.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!