Add XXX comment about the need to add a dump() method to the Text

widget -- no time to do this right now.
This commit is contained in:
Guido van Rossum 1998-12-21 18:25:03 +00:00
parent c08cc50e00
commit dfaac4df9e
1 changed files with 1 additions and 0 deletions

View File

@ -1603,6 +1603,7 @@ class Scrollbar(Widget):
self.tk.call((self._w, 'set') + args)
class Text(Widget):
# XXX Add dump()
def __init__(self, master=None, cnf={}, **kw):
Widget.__init__(self, master, 'text', cnf, kw)
def bbox(self, *args):