Tk::ContextHelp 0.10 review

Download
by rbytes.net on

Tk::ContextHelp is a context-sensitive help with perl/Tk. SYNOPSIS use Tk::ContextHelp; $ch = $top->ContextHelp; $ch-

License: Perl Artistic License
File size: 9K
Developer: Slaven Rezic
0 stars award from rbytes.net

Tk::ContextHelp is a context-sensitive help with perl/Tk.

SYNOPSIS

use Tk::ContextHelp;

$ch = $top->ContextHelp;
$ch->attach($widget, -msg => ...);

$ch->HelpButton($top)->pack;

$ch2 = $top->ContextHelp(-podfile => "perlfaq");
$ch2->attach($widget2, -pod => 'description');

ContextHelp provides a context-sensitive help system. By activating the help system (either by clicking on a HelpButton or calling the activate method, the cursor changes to a left pointer with a question mark and the user may click on any widget in the window to get a help message or jump to the corresponding pod entry.

Requirements:
Perl

Tk::ContextHelp 0.10 keywords