Help for this page

Select Code to Download


  1. or download this
    ...
    my $height = $mw->screenheight;
    ...
    my $geom = $mw->geometry;
    
    $mw->title("New Title ($geom)");
    
  2. or download this
    my $height = $mw->height;
    my $width  = $mw->width;
    
    $mw->title("New Title ($width x $height)");