I'm a french student and I'm working on a GUI project with wxWindows.
I use wxMDIParentFrame and wxMDIChildFrame in order to show images but when I try to catch a wxMaximizeEvent that happends on a MDIChildFrame it doesn't work. I don't understand where does it come from because it works perfectly with a wxIconizeEvent which is very similar to the previous one. Is there a bug?