i searched a while but found nothing really usefull.
Is there an implementation of a widget which can be called wx.MenuButton?
This should implement the functionality like in a browsers back button. Short klick enables an event, long click opens a pulldown menu with alternative events.
See my PlateButton control (wx.lib.platebtn (wxpython 2.8.8+)). It has an option for setting a dropdown menu associated with it. Its also in the wxpython demo so you can see it there.
i searched a while but found nothing really usefull.
Is there an implementation of a widget which can be called wx.MenuButton?
This should implement the functionality like in a browsers back button. Short klick enables an event, long click opens a pulldown menu with alternative events.