#=begin my $s = $logfrm->new_ttk__scrollbar(-orient => 'vertical', -command => [$loglbl, 'yview']); $loglbl->configure(-scrollcommand => [$s, 'set']);