Help for this page

Select Code to Download


  1. or download this
    $widget->reqheight  #requested height
    $widget->height     #actual height
    $widget->reqwidth   #requested width
    $widget->width      #actual width
    
  2. or download this
    use Tk;
    use Tk::Pane;
    ...
    $Window->minsize($total_row_width + $fudge,300);
    
    MainLoop;