Help for this page

Select Code to Download


  1. or download this
    sub change_height {
        my ($widget, $height) = @_;
    ...
           -font => $myFont,
           -command => sub { change_height($lb, 5); }, 
           )->pack();