mirror of https://github.com/python/cpython.git
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:
parent
c08cc50e00
commit
dfaac4df9e
|
@ -1603,6 +1603,7 @@ def set(self, *args):
|
|||
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):
|
||||
|
|
Loading…
Reference in New Issue