Help for this page

Select Code to Download


  1. or download this
    my $c=0;
    my $r=0;
    ...
                           -pady => 5,
                            )-> pack ();
    
  2. or download this
    $txt = $mw->Scrolled('Text',
                      -scrollbars => 'se',
                      -background =>'white',
    ...
            # Determines the callback used when the Text widget is scrolle
    +d vertically.
                    )->pack();