Help for this page
my $status_text_scrollbar = $logging_grid->new_ttk__scrollbar(); my $status_text = $logging_grid->new_tk__text(); ... $status_text->configure(-state => "disabled"); Tkx::update(); }