Help for this page

Select Code to Download


  1. or download this
    # This is the script
    my $gui=FP_GUI->new(); # Create main window
    $gui->menubar(); # Create menu bar
    ...
         ['command', 'Help', -command => [\&_show_help]]
        ];
        }