Perl Tk: Clearing Frame Elements Value
Posted
by pavun_cool
on Stack Overflow
See other posts from Stack Overflow
or by pavun_cool
Published on 2010-04-20T04:08:53Z
Indexed on
2010/04/20
4:13 UTC
Read the original article
Hit count: 560
Hi All,
In Perl tk I have designed one interface in that I have one frame . That frame has some Entry And Text box . When I am clicking the button those Entry and Text value has to clear in the Frame .I know that we can access each ( Entry , Text ) object then we can clear using delete function. I need some as like html reset functionality . How can do this things in Perl Tk......
Thanks ...
© Stack Overflow or respective owner