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
- MenuItems
-
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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 188:
'=item' outside of any '=over'