I have this Read only Text window with a vertical scrollbar on the right side:
$script_output = $middle -> Scrolled ('ROText',
-height => 30, -width => 90,
-scrollbars => 'osoe',
-background => 'white')
-> pack();
I insert into this text box with:
$script_output -> insert ('end', "My Text...