[issue964437] idle help is modal

Roger Serwy report at bugs.python.org
Sun Feb 5 05:24:02 CET 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

Attached is a reworked patch to handle the nonmodal help dialog.

It replaces the decorator _singledialog with a call to a singleton HelpDialog class. The class creates the textView widget using as its parent the root Tk window instance instead of the EditorWindow's Toplevel.
Any EditorWindow instance calling "help_dialog" will cause the existing help dialog to be repositioned on top of it.

----------
Added file: http://bugs.python.org/file24427/help_nonmodal_revision.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue964437>
_______________________________________


More information about the Python-bugs-list mailing list