Delete the text widget contents using perl_tk
Posted
by rekha-sri
on Stack Overflow
See other posts from Stack Overflow
or by rekha-sri
Published on 2010-04-13T06:20:30Z
Indexed on
2010/04/13
6:22 UTC
Read the original article
Hit count: 353
perltk
Hi all,
If we want to remove the entry widget contents we can use delete with entry object.
Example
$ent->delete(0,'end');
But I want to remove the Text widget contents.Can any one tell me what is the function for removing the text widget contents?
© Stack Overflow or respective owner