This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Lita.Cho, ned.deily, serhiy.storchaka, terry.reedy
Date 2014-07-25.08:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406276597.23.0.632234568894.issue22065@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-25 08:23:17serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ned.deily, Lita.Cho
2014-07-25 08:23:17serhiy.storchakasetmessageid: <1406276597.23.0.632234568894.issue22065@psf.upfronthosting.co.za>
2014-07-25 08:23:17serhiy.storchakalinkissue22065 messages
2014-07-25 08:23:17serhiy.storchakacreate