Help for this page

Select Code to Download


  1. or download this
    my $status_text_scrollbar = $logging_grid->new_ttk__scrollbar();
    my $status_text = $logging_grid->new_tk__text();
    ...
        $status_text->configure(-state => "disabled");
        Tkx::update();
        }