Help for this page

Select Code to Download


  1. or download this
    use Tcl::Tk qw(:perlTk);
    $mw = MainWindow->new;
    ...
    $edt = $mw->Text()->pack;
    $edt->insert('end',"\x{2456}\x{2457}");
    MainLoop;