Tk::Help 0.2 review
DownloadTk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main
|
|
Tk::Help is simple widget for creating a help system for Perl/Tk applications.
SYNOPSIS
use Tk::Help;
my $help = $main->Help(-variable => @array);
This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big dialog and formatted all the text, which was tedious and clumsy.
I wanted to create something that looked 'similar' to the Windows help. This is by no means as featured or fluid as the Windows help, but it should provide a (somewhat) simple means to create a help dialog where all someone should need to do is create the array with their help content.
Requirements:
Perl
Tk::Help 0.2 keywords