Kaydet (Commit) dfaac4df authored tarafından Guido van Rossum's avatar Guido van Rossum

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

widget -- no time to do this right now.
üst c08cc50e
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment