use strict; use Tk; my $mw = MainWindow->new; my $t = $mw->Scrolled('Text',-scrollbars => 'se', -wrap=>'none')-> +pack; #Works $t->Subwidget('text')->configure(-bg => 'grey'); #Does not work $t->Subwidget('yscrollbar')->configure(-width =>24); MainLoop;
on winxp, perl 5.8.3-809
Many Thanks.
In reply to scrolled text scrollbars configure by ldln
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |