Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Tk;
    ...
                    );
        }
    }
    
  2. or download this
    sub Popup
    {
    ...
     $mh = $minheight if (defined $minheight and $minheight >$mh); #ADD
     my ($rx,$ry,$rw,$rh) = (0,0,0,0);
    ...