Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use Tk; use Tk::ROText;
    ...
    $rot->insert('end', ' is baz');
    $a=$mw->ROText(height=>2)->pack; $a->insert('end','foo'); $a->focus;
    MainLoop;
    
  2. or download this
    #!/usr/local/bin/perl
    use Tk; use Tk::ROText;
    ...
      $a->focus;
    }
    MainLoop;