Disable the widget with:
$detailLog->configure( -state => 'disabled' );
Update: If disabled, have to enable it first before you can write in it:
$detailLog->configure( -state => 'normal' ); $detailLog->insert( '1.0', 'some text' ); $detailLog->configure( -state => 'disabled' );
Stefan
In reply to Re: tK Scrolled Questions?
by stefbv
in thread tK Scrolled Questions?
by kgnickl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |