Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Delete the text widget contents using perl_tk

by ungalnanban (Pilgrim)
on Apr 17, 2010 at 07:33 UTC ( [id://835239]=note: print w/replies, xml ) Need Help??


in reply to Delete the text widget contents using perl_tk

use the following way
use Tk; use Tk::Text ; . . . my $txt = $mw->Text( -background =>'white', )-> pack (); . . . $txt -> delete('1.0','end');
Refer the Links.
Tk::Text

--$ugum@r--

Replies are listed 'Best First'.
Re^2: Delete the text widget contents using perl_tk
by choroba (Cardinal) on Apr 17, 2010 at 07:48 UTC
    Please, do not link to sites that break copyright.
      Ok, I removed the copyright link. Actually I don't know this.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://835239]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-19 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found