Hi,
I have created an application with a menubar on the top. There are some
menu's on the left side and I want to add some Buttons and a search area
on the right side. How to get it on the top into the menubar or on the
right side of it?
I have created an application with a menubar on the top. There are some
menu's on the left side and I want to add some Buttons and a search area
on the right side. How to get it on the top into the menubar or on the
right side of it?
wxMenuBar derives from wxWindow, so theoretically you should be able to
place the buttons like on any other window. Whether or not it works in
reality I don't know...
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!