wx.lib.agw.AuiMDIParentFrame eating events
Operating system: probably any wxPython version: 4.0.0b2 Stock or custom build: any Python version: any Stock or custom build: any
Description of the problem:
It appears that the AuiMDIParentFrame class in AGW is eating events. Switch the AUI_MDI sample in the demo to use AGW and it can't be closed, the menu events are not dispatched to the bound handlers, etc.
Probably AuiMDIParentFrame.ProcessEvent needs to be tweaked in some way.
Given that this bug was opened eight years ago and there have been no updates, I imagine this has not been looked at. I've taken a swing at it myself and struck out. Are there any suggestions as to how to handle this? I was thinking of involking the superclass of AuiMDIParentFrame's (wxFrame) ProcessEvent, but I think because wxPython is wrapping C++ we can't just access the superclass.
Anyway, any pointers would be much appreciated.