robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
451 stars 114 forks source link

use a consistent way to give focus fileopenbox / diropenbox / filesavebox #199

Closed zadacka closed 2 years ago

zadacka commented 2 years ago

... this is the same change as PR #163 - for the other two boxes in the 'family' These three boxes all delegate the window behaviour to an underlying Tk method. We want to .withdraw() our Tk root window; we also want the delegated window to get focus.