Fred Lundh's latest versions.

This commit is contained in:
Guido van Rossum 1997-08-14 14:17:28 +00:00
parent f53c86c2b6
commit 1530c87985
6 changed files with 42 additions and 22 deletions

View file

@ -42,7 +42,7 @@ class Dialog:
self._fixoptions()
# we need a stub widget to properly process the options
# we need a dummy widget to properly process the options
# (at least as long as we use Tkinter 1.63)
w = Frame(self.master)
@ -61,3 +61,4 @@ class Dialog:
pass
return s