mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1603,6 +1603,7 @@ def set(self, *args):
 | 
				
			||||||
		self.tk.call((self._w, 'set') + args)
 | 
							self.tk.call((self._w, 'set') + args)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Text(Widget):
 | 
					class Text(Widget):
 | 
				
			||||||
 | 
						# XXX Add dump()
 | 
				
			||||||
	def __init__(self, master=None, cnf={}, **kw):
 | 
						def __init__(self, master=None, cnf={}, **kw):
 | 
				
			||||||
		Widget.__init__(self, master, 'text', cnf, kw)
 | 
							Widget.__init__(self, master, 'text', cnf, kw)
 | 
				
			||||||
	def bbox(self, *args):
 | 
						def bbox(self, *args):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue