Help for this page

Select Code to Download


  1. or download this
    my $menu=$mw->Menubutton (
            -text=>'Information',
            -background=>'lightblue',
    ...
                            [ 'command' => "User Guide",
                            "-command" => \&help,
                            "-underline" => 0 ] ])->pack(-anchor => 'ne');
    
  2. or download this
    
    sub help {
        #open (file.pdf);
    }#help