A wxPython user has asked what happened to the automatic Window menu on
the OSX ports. I looked through the code in src/osx/menu_osx.cpp and it
looks like we now have to explicitly add a "Window" or "&Window" menu to
activate it and then wx will add the rest of the content to the menu
like it did in 2.8 (if GetAutoWindowMenu() returns true.) However this
code is inside a big #if 0 so it is currently disabled. Is this
something that was never finished? If so what would it take to finish
it? Or is there some other way to get the automatic Window menu back
again that I haven't found yet?
--
Robin Dunn
Software Craftsman
http://wxPython.org