I'm working on a GUI wrapper for the GNU team's shred utility and would like to know how to get the wxMenuBar to behave natively on OSX when run with pythonw. The menu bar is created in the Window, not at the top of the screen like other OSX apps.
Mike Flippin wrote:
I'm working on a GUI wrapper for the GNU team's shred utility and would like to know how to get the wxMenuBar to behave natively on OSX when run with pythonw. The menu bar is created in the Window, not at the top of the screen like other OSX apps.
Are you using wxPythonOSX? The only way I can think of that would put the menus on the frames is if you are using the wxGTK version of wxPython and using the X server. In that case you are not running a native Carbon app but an X-windows app.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!