How to add right click menu to taskbar icon of shaped window?

Alec Bennett wrote:

I'm playing around with the wx.FRAME_SHAPED style, and there's no right-click menu on the taskbar
icon. Any hints on creating a right-click menu?

You are probably not including the wx.SYSTEM_MENU style in the frame's style value passed to the constructor.

···

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