I'm a wxpython newbie and I'm sure someone has already answered this,
but it seems hard to find via Google. Is it possible to add a
wx.SearchCtrl to a menu bar? If so, can someone provide an example?
Brad Hudson wrote:
I'm a wxpython newbie and I'm sure someone has already answered this,
but it seems hard to find via Google. Is it possible to add a
wx.SearchCtrl to a menu bar? If so, can someone provide an example?
No, you can't put other widgets on the native menu bars. You can do it with the wx.Toolbar though. Or there is the generic menu classes in wx.lib.agw.flatmenu that might be able to do it.
···
--
Robin Dunn
Software Craftsman