[Tkinter-discuss] simple way of clearing out a text widget

Cameron Laird Cameron at phaseit.net
Mon Aug 11 18:03:14 CEST 2008


On Mon, Aug 11, 2008 at 08:35:21AM -0700, Alexnb wrote:
			.
			.
			.
> I am wondering, what is the best way to clear out a text widget. If it
> matters, I will still want to use that text widget again. 
			.
			.
			.
  text.delete(1.0, END)


More information about the Tkinter-discuss mailing list