Help for this page

Select Code to Download


  1. or download this
    $mw->bind('<Configure>', \&Window_Resize);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        $pane->place( -height => $mwh-30, -width => $mww-20);
        $label->place(-y=>$mwh-20,-x=>$mww/2-70);
    }