mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
further work on new config system;
user defined help items
This commit is contained in:
parent
cedd30b030
commit
0c5bc8c951
5 changed files with 56 additions and 26 deletions
|
@ -22,6 +22,8 @@ class GetHelpSourceDialog(Toplevel):
|
|||
self.parent = parent
|
||||
self.result=None
|
||||
self.CreateWidgets()
|
||||
self.menu.set(menuItem)
|
||||
self.path.set(filePath)
|
||||
self.withdraw() #hide while setting geometry
|
||||
self.update_idletasks()
|
||||
#needs to be done here so that the winfo_reqwidth is valid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue