Serhiy Storchaka added the comment:

Here is updated patch.

* Excluded the tkinter_restore_empty_methods.patch.
* Synchronized with tip.
* Corrected grid row indices (this doesn't matter, in any case menu was removed 
from grid on Mac).

Current code doesn't work as was designed (with using obsolete tk_menuBar()). 
There is no observable differences on Linux (where menu is just a widget inside 
main window, as other frames and buttons), but they should be on Windows (menu 
is special thing and created internally with special API) and on Mac (menu is 
displayed separately from a window, at the top of the screen). The purpose of 
tk_menuBar() was to create such system-specific menu.

----------
keywords: +patch
nosy: +serhiy.storchaka
Added file: http://bugs.python.org/file36085/turtledemo_menu.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22065>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to