The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tk::AppWindow::Ext::Help - about box and help facilities

SYNOPSIS

 my $app = new Tk::AppWindow(@options,
    -extensions => ['Help'],
 );
 $app->MainLoop;

DESCRIPTION

Adds a help facility and an about box to your application. Initiates menu entries for them.

CONFIG VARIABLES

Switch: -aboutinfo

Specify the link to a hash. Possible keys

 version
 license
 author
 http
 email
Switch: -helpfile

Point to your help file.

Switch: -helptype

Can be pod, html or pdf. Default value is pod.

COMMANDS

The following commands are defined.

about

Pops the about box.

help

Pops the help dialog or initiates the internet browser..

METHODS

Returns the about and help menu items for the main menu. Called by the b<MenuBar> extension.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS

Unknown. If you find any, please contact the author.

SEE ALSO

Tk::AppWindow
Tk::AppWindow::BaseClasses::Extension

1 POD Error

The following errors were encountered while parsing the POD:

Around line 188:

'=item' outside of any '=over'