further work on new config system;

user defined help items
This commit is contained in:
Steven M. Gava 2002-03-27 02:25:44 +00:00
parent cedd30b030
commit 0c5bc8c951
5 changed files with 56 additions and 26 deletions

View file

@ -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