Help for this page

Select Code to Download


  1. or download this
        -relief => 'solid',
    
  2. or download this
      # after you instantiate all your widgets in $master.
      $master->update;
    ...
        for 0 .. ($master->gridSize)[0];
      $master->gridRowconfigure   ($_, -minsize => $maxHeight)
        for 0 .. ($master->gridSize)[1];