Hi,
I want to know if it's possible to put a frame or a panel over a menubar using wxpython?
Thanks in advance!
Hi,
I want to know if it's possible to put a frame or a panel over a menubar using wxpython?
Thanks in advance!
Your only chance is to write some Custom Menu, which could be bit difficult but doable. So basically instead of using system menu etc, you create windows inside your main frame which look like menu.