aF.
aF.

Reputation: 66697

Is it possible to put a wx.window (frame/panel) over a wx.MenuBar?

I want to know if it's possible to put a frame or a panel over a menubar using wxpython?

Thanks in advance!

Upvotes: 0

Views: 130

Answers (1)

Anurag Uniyal
Anurag Uniyal

Reputation: 88747

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.

Upvotes: 1

Related Questions